From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 435C76AB97; Tue, 5 Dec 2023 20:02:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Pqq465d1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85D63C433C8; Tue, 5 Dec 2023 20:02:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701806560; bh=7JJfswsBG5z/8ktKM2xOnVOfyruUDCBnorSgSrS+dbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Pqq465d1hXYm0umJ6va9SgiHkdfvtYNrl12mHe40ZHH+Jcx1tBiW12WRuhpK76x2a rsr7+YvvsENgCOLM9Du8uyR72+Y9eerUAL4EPn7brs9lViyPddlItjwR+Aijsu77oI XNYvygGn4S1FnnQV98Qh6P/pCKPWqByIbEe8gb3R2d5jqS+4ESfXutU33T7ahf5mQi YR/ECo+SEWhbkK73or0Ic2vpyNRBkyGejm8iP8nA3vq/j+AhtjF4eY4ijkZbMkUXrQ W/SsmJ24NdB8hoRyj0rTOame42pfjopdp6iHl+sJqwFKvbxa5tCveec5eKQYLWpqkl cdA7+0kYIC2qQ== Date: Tue, 5 Dec 2023 12:02:38 -0800 From: Eric Biggers To: David Sterba Cc: Josef Bacik , linux-btrfs@vger.kernel.org, kernel-team@fb.com, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v4 00/46] btrfs: add fscrypt support Message-ID: <20231205200238.GA1093@sol.localdomain> References: <20231205014917.GB1168@sol.localdomain> <20231205141655.GC2751@twin.jikos.cz> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231205141655.GC2751@twin.jikos.cz> On Tue, Dec 05, 2023 at 03:16:55PM +0100, David Sterba wrote: > > we have the development git tree on github and not on kernel.org. Then the MAINTAINERS entry for btrfs needs to be updated, as it points to kernel.org. I already had to update it for you guys the last time it changed (https://git.kernel.org/linus/eb91db63a90d8f8e). Not sure why you guys can't keep it up to date. BTW, https://github.com/btrfs/linux exists but it's the wrong one too, which makes it extra confusing. - Eric