]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50e1e50c6e1f546ea0018deee4b9dc72ed50153a
treec4f8fef1348a0ac188dca47020d86b206ed5d41f
parentabdda0ef1f9b533f592fc8dfc14cf1eac17c4dc1
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