Re: [PATCH] btrfs-progs: bug fixes

2009-10-02 Thread Chris Mason
On Fri, Oct 02, 2009 at 02:35:20PM +0900, TARUISI Hiroaki wrote: > Hi, > > I have tested btrfsck in some error case, such as item missing > case or CRC error case or so. In this test session I found some > bugs in btrfsck.c and disk-io.c in btrfs-progs. > 1. The last pair of ptrs and items are n

[PATCH] btrfs-progs: bug fixes

2009-10-01 Thread TARUISI Hiroaki
Hi, I have tested btrfsck in some error case, such as item missing case or CRC error case or so. In this test session I found some bugs in btrfsck.c and disk-io.c in btrfs-progs. 1. The last pair of ptrs and items are not checked at 2 place of check_node/leaf. 2. Csum printed CRC error me