From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [GIT PULL] Btrfs pull request Date: Tue, 8 Nov 2011 20:07:01 -0500 Message-ID: <20111109010701.GI4149@shiny> References: <20111106183851.GA4339@shiny> <4EB7A6CC.5030502@gmx.net> <4EB7D2D8.2060505@gmx.net> <4EB8DEAC.7000906@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrea Gelmini , linux-btrfs , LKML To: Arne Jansen Return-path: In-Reply-To: <4EB8DEAC.7000906@gmx.net> List-ID: On Tue, Nov 08, 2011 at 08:47:56AM +0100, Arne Jansen wrote: > On 07.11.2011 13:50, Andrea Gelmini wrote: > > 2011/11/7 Arne Jansen : > >> is it 32 or 64 bit? > > > > 64bit. > > Please take a look at my other reply. > > Can you please have a look with strace to make sure it's > really the ioctl the ENOMEM originates froM? 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. -chris