diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2014-01-05 20:58:28 -0500 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-01-28 16:20:17 -0500 |
commit | 530362934332e4efac81d40583aa1225e64f556f (patch) | |
tree | be520e4c6604442770c778ba96dd59fe8cba2c75 /Documentation/filesystems | |
parent | e07a2ade4426a2cbafae4018aa7b6944bb627a6e (diff) |
btrfs: Add noenospc_debug mount option.
Add noenospc_debug mount option to disable ENOSPC debug with
remount option.
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/btrfs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt index 7254cf501391..13a7cac80430 100644 --- a/Documentation/filesystems/btrfs.txt +++ b/Documentation/filesystems/btrfs.txt | |||
@@ -108,8 +108,9 @@ Options with (*) are default options and will not show in the mount options. | |||
108 | performance impact. (The fstrim command is also available to | 108 | performance impact. (The fstrim command is also available to |
109 | initiate batch trims from userspace). | 109 | initiate batch trims from userspace). |
110 | 110 | ||
111 | noenospc_debug(*) | ||
111 | enospc_debug | 112 | enospc_debug |
112 | Debugging option to be more verbose in some ENOSPC conditions. | 113 | Disable/enable debugging option to be more verbose in some ENOSPC conditions. |
113 | 114 | ||
114 | fatal_errors=<action> | 115 | fatal_errors=<action> |
115 | Action to take when encountering a fatal error: | 116 | Action to take when encountering a fatal error: |