]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: move leak debug code to functions
authorEric Sandeen <sandeen@redhat.com>
Mon, 22 Apr 2013 16:12:31 +0000 (16:12 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:55:16 +0000 (15:55 -0400)
commita6775e330663f246fe642580ac608da45a4396f7
tree316890f9d5ce407a6767b279620ee3131b6c8e75
parent75337185b44f3f0e38c9f51918eed3d868c8c5fc
btrfs: move leak debug code to functions

Clean up the leak debugging in extent_io.c by moving
the debug code into functions.  This also removes the
list_heads used for debugging from the extent_buffer
and extent_state structures when debug is not enabled.

Since we need a global debug config to do that last
part, implement CONFIG_BTRFS_DEBUG to accommodate.

Thanks to Dave Sterba for the Kconfig bit.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/Kconfig
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h