From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Bacik Subject: Re: Bug at extent-tree.c:3190 Date: Tue, 3 Mar 2009 10:40:51 -0500 Message-ID: <20090303154051.GE1239@unused.rdu.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-btrfs@vger.kernel.org To: Jan Engelhardt Return-path: In-Reply-To: List-ID: On Tue, Mar 03, 2009 at 04:09:38AM +0100, Jan Engelhardt wrote: > Hi, > > > > The following oops was obtained by doing some copying; it's tainted-P by > nvidia but maybe it still gives some hints. > The testcase is basically > > $ rsync -HPSav a/ b/ > > where by a/ is a collection of kernel trees, and b/ is a fresh btrfs. > > $ ls -l a/ > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:32 linux17 > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:34 linux18 > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:34 linux19 > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:34 linux20 > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:35 linux21 > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:35 linux22 > drwxr-xr-x 19 jengelh users 4096 Jan 10 07:35 linux23 > drwxr-xr-x 20 jengelh users 4096 Jan 10 07:35 linux24 > drwxr-xr-x 21 jengelh users 4096 Jan 10 07:36 linux25 > drwxr-xr-x 21 jengelh users 4096 Jan 10 07:36 linux26 > drwxr-xr-x 22 jengelh users 4096 Jan 10 07:37 linux27 > drwxr-xr-x 22 jengelh users 4096 Jan 10 07:37 linux28 > > ENOSPC, sorry :) Josef