diff options
author | Chris Mason <chris.mason@oracle.com> | 2009-02-04 09:24:05 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2009-02-04 09:24:05 -0500 |
commit | 3935127c50c84106d654ef14962cff28c660bc62 (patch) | |
tree | 1d277f316eb0134a4a76fa2b237a048a0d925911 /samples/firmware_class | |
parent | b7a9f29fcf4e53e9ca7982331649fa2013e69c99 (diff) |
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 'samples/firmware_class')
0 files changed, 0 insertions, 0 deletions