Btrfs: put ENOSPC debugging under a mount option
authorChris Mason <chris.mason@oracle.com>
Wed, 16 Feb 2011 18:10:41 +0000 (13:10 -0500)
committerChris Mason <chris.mason@oracle.com>
Wed, 16 Feb 2011 20:28:36 +0000 (15:28 -0500)
commit91435650c233b93e0da389db74f4b2c11c5ad2d4
treec4f8fef1348a0ac188dca47020d86b206ed5d41f
parentc26a920373a983b52223eed5a13b97404d8b4158
Btrfs: put ENOSPC debugging under a mount option

ENOSPC in btrfs is getting to the point where the extra debugging isn't
required.  I've put it under mount -o enospc_debug just in case someone
is having difficult problems.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/super.c