From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Wed, 22 Apr 2020 11:33:41 +0200 Subject: [PATCH U-BOOT 00/26] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code In-Reply-To: References: <20200422065009.69392-1-wqu@suse.com> <20200422094607.1797ce2e@nic.cz> Message-ID: <20200422113341.62880c72@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 22 Apr 2020 15:52:25 +0800 Qu Wenruo wrote: > > do you think maybe btrfs-progs / kernel would be interested if I > > tried to convert their code to this "simpler to use" implementation of > > conversion functions? > > I don't think so, the problem is kernel and btrfs-progs all need to > modify extent buffer, which make the read time conversion become a > burden in write path. :(