]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Move leaf and node validation checker to tree-checker.c
authorQu Wenruo <quwenruo.btrfs@gmx.com>
Mon, 9 Oct 2017 01:51:02 +0000 (01:51 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:58 +0000 (12:27 +0100)
commitf73d9b5b8cde11593a07b436cdab024423d52b32
tree6bcc4d09f5f816a67cbf8ffc75ef83215c6f8adc
parentbad07204cc0b50698628779827f6a7a89d6de5cb
btrfs: Move leaf and node validation checker to tree-checker.c

It's no doubt the comprehensive tree block checker will become larger,
so moving them into their own files is quite reasonable.

Signed-off-by: Qu Wenruo <quwenruo.btrfs@gmx.com>
[ wording adjustments ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/Makefile
fs/btrfs/disk-io.c
fs/btrfs/tree-checker.c [new file with mode: 0644]
fs/btrfs/tree-checker.h [new file with mode: 0644]