From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97DDBC433EF for ; Mon, 14 Mar 2022 19:33:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237849AbiCNTee (ORCPT ); Mon, 14 Mar 2022 15:34:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233343AbiCNTed (ORCPT ); Mon, 14 Mar 2022 15:34:33 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57F6E28E28; Mon, 14 Mar 2022 12:33:23 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id E09D91F380; Mon, 14 Mar 2022 19:33:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1647286401; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U/FLynAP77Cdi9cV8yer2GqLxasJJ+PbAyVCnYFohnQ=; b=giZDRrrRykOQZtD1zevrZ8E6CMdnic8OwCdy6WajaOtObnz0WlA7ruJBsFw9sy7WkeSjEA BAyXi9qgPmzZCIF/lSKXso+7Su8gDBkrA/ZOzsdbIqs8jvSkV+2JHlsOmGeXPV+wqVWqm7 vBJRoHULNzWeG0AvUri0ZVKIicauGAs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1647286401; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U/FLynAP77Cdi9cV8yer2GqLxasJJ+PbAyVCnYFohnQ=; b=rTopnQT7PP4CGAjcxQRV9glbZJ+0ONqZDEZxu10sljQpBDb/uD6m3BN6C5pBTVGvefnYGr T9oQHPNZn7ncgkAg== Received: from ds.suse.cz (ds.suse.cz [10.100.12.205]) by relay2.suse.de (Postfix) with ESMTP id D59E7A3B81; Mon, 14 Mar 2022 19:33:21 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 91787DA7E1; Mon, 14 Mar 2022 20:29:23 +0100 (CET) Date: Mon, 14 Mar 2022 20:29:23 +0100 From: David Sterba To: Sweet Tea Dorminy Cc: Chris Mason , Josef Bacik , David Sterba , Nick Terrell , linux-kernel@vger.kernel.org, linux-btrfs@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: btrfs: update development git tree location Message-ID: <20220314192923.GP12643@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Sweet Tea Dorminy , Chris Mason , Josef Bacik , David Sterba , Nick Terrell , linux-kernel@vger.kernel.org, linux-btrfs@vger.kernel.org References: <20220314190907.23279-1-sweettea-kernel@dorminy.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220314190907.23279-1-sweettea-kernel@dorminy.me> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Mon, Mar 14, 2022 at 03:09:07PM -0400, Sweet Tea Dorminy wrote: > Patches get pulled into a branch on github as listed, before eventually > making it into a pull request using the kernel.org git repository. > Development is expected to work off of the github branch, though, so > list it in MAINTAINERS as a secondary tree. We have this documented on the wiki https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories I don't think it needs to be in the maintainers file.