]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off
authorChris Mason <clm@fb.com>
Tue, 7 Oct 2014 20:24:20 +0000 (13:24 -0700)
committerChris Mason <clm@fb.com>
Tue, 7 Oct 2014 20:24:20 +0000 (13:24 -0700)
commitda53078493e6d29ee6d9d255e016ac260bc2d69a
tree3aa07ec319bc02850d04c8aadc7881b8a62aadb4
parent4f3a3793867f3a1300e1e51ebf3e265501559941
Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off

Commit cdc58a545 moved added some helpers to cleanup our sanity tests,
but it looks like both Dave and I always compile with the tests enabled.

This fixes things to work when they are turned off too.

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ctree.h
fs/btrfs/extent_io.h