]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - fs/btrfs/disk-io.c
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)
commit557ea5dd003d371536f6b4e8f7c8209a2b6fd4e3
tree6bcc4d09f5f816a67cbf8ffc75ef83215c6f8adc
parent1170862d783a3b47e49a1506fe15fa074e35bbb5
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]