Re: [PATCH v3 1/5] btrfs: Move leaf and node validation checker to tree-checker.c

2017-10-06 Thread David Sterba
On Fri, Sep 29, 2017 at 06:48:45AM +, Qu Wenruo wrote: > It's no doubt the comprehensive tree block checker will become larger > and larger, so move them into their own file is quite reasonable. > > Signed-off-by: Qu Wenruo > --- > fs/btrfs/Makefile | 2 +- >

[PATCH v3 1/5] btrfs: Move leaf and node validation checker to tree-checker.c

2017-09-29 Thread Qu Wenruo
It's no doubt the comprehensive tree block checker will become larger and larger, so move them into their own file is quite reasonable. Signed-off-by: Qu Wenruo --- fs/btrfs/Makefile | 2 +- fs/btrfs/ctree.h| 4 + fs/btrfs/disk-io.c | 284