diff options
author | 2009-02-04 09:24:05 -0500 | |
---|---|---|
committer | 2009-02-04 09:24:05 -0500 | |
commit | 3935127c50c84106d654ef14962cff28c660bc62 (patch) | |
tree | 1d277f316eb0134a4a76fa2b237a048a0d925911 /lib/debugobjects.c | |
parent | Btrfs: sort references by byte number during btrfs_inc_ref (diff) | |
download | wireguard-linux-3935127c50c84106d654ef14962cff28c660bc62.tar.xz wireguard-linux-3935127c50c84106d654ef14962cff28c660bc62.zip |
Btrfs: disable leak debugging checks in extent_io.c
extent_io.c has debugging code to report and free leaked extent_state
and extent_buffer objects at rmmod time. This helps track down
leaks and it saves you from rebooting just to properly remove the
kmem_cache object.
But, the code runs under a fairly expensive spinlock and the checks to
see if it is currently enabled are not entirely consistent. Some use
#ifdef and some #if.
This changes everything to #if and disables the leak checking.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions