From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Jansen Subject: Re: [GIT PULL] Btrfs pull request Date: Wed, 09 Nov 2011 10:06:55 +0100 Message-ID: <4EBA42AF.3000501@gmx.net> References: <20111106183851.GA4339@shiny> <4EB7A6CC.5030502@gmx.net> <4EB7D2D8.2060505@gmx.net> <4EB8DEAC.7000906@gmx.net> <20111109010701.GI4149@shiny> <20111109074847.GA16742@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Chris Mason , Andrea Gelmini , linux-btrfs , LKML To: Christoph Hellwig Return-path: In-Reply-To: <20111109074847.GA16742@infradead.org> List-ID: On 09.11.2011 08:48, Christoph Hellwig wrote: > On Tue, Nov 08, 2011 at 08:07:01PM -0500, Chris Mason wrote: >> Looks like bio_add_page() is failing and we're getting the enomem from >> there. LVM is only letting us put one page in each bio. > > Yes, at the moment all bio based DM targets only allow single page I/O. That's... unexpected. I guess this won't change with 3.3? For 3.3 I have to rework that part from scrub to account for Chris' bigblocks. If it can wait that long I'd prefer to fix both at once. Chris? -Arne