]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: Turn off extent state leak debugging
authorChris Mason <chris.mason@oracle.com>
Mon, 10 Nov 2008 17:34:40 +0000 (12:34 -0500)
committerChris Mason <chris.mason@oracle.com>
Mon, 10 Nov 2008 17:34:40 +0000 (12:34 -0500)
commitf27763cbf4870579cf428d818b3b41445d39d0b7
treeddfef53690e1f92ef4c38be0308c19e85f94fbe4
parent9f4f90b01867ee8cd043fd2c37eb0667e8e6057d
Btrfs: Turn off extent state leak debugging

The extent_io.c code has a #define to find and cleanup extent state leaks
on module unmount.  This adds a very highly contended spinlock to a
hot path for most FS operations.

Turn it off by default.  A later changeset will add a .config option
for it.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent_io.c