]> Git Repo - linux.git/commit
btrfs: use standard debug config option to enable free-space-cache debug prints
authorJohannes Thumshirn <[email protected]>
Tue, 11 Feb 2020 15:10:21 +0000 (00:10 +0900)
committerDavid Sterba <[email protected]>
Mon, 23 Mar 2020 16:01:43 +0000 (17:01 +0100)
commit1afb648e94542863c6affd3b8c10d8d3011a6dcb
tree2af79d5799f38357053344c87fef2bfd700f2e6a
parent7a195f6db90fd8664af9ade0cee4e3876ac8d090
btrfs: use standard debug config option to enable free-space-cache debug prints

free-space-cache.c has it's own set of DEBUG ifdefs which need to be
turned on instead of the global CONFIG_BTRFS_DEBUG to print debug
messages about failed block-group writes.

Switch this over to CONFIG_BTRFS_DEBUG so we always see these messages
when running a debug kernel.

Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Johannes Thumshirn <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/free-space-cache.c
This page took 0.048509 seconds and 4 git commands to generate.