diff options
author | Qu Wenruo | 2014-01-06 02:58:28 +0100 |
---|---|---|
committer | Chris Mason | 2014-01-28 22:20:17 +0100 |
commit | 530362934332e4efac81d40583aa1225e64f556f (patch) | |
tree | be520e4c6604442770c778ba96dd59fe8cba2c75 /Documentation/filesystems | |
parent | btrfs: Add nodiscard mount option. (diff) | |
download | kernel-qcow2-linux-530362934332e4efac81d40583aa1225e64f556f.tar.gz kernel-qcow2-linux-530362934332e4efac81d40583aa1225e64f556f.tar.xz kernel-qcow2-linux-530362934332e4efac81d40583aa1225e64f556f.zip |
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. performance impact. (The fstrim command is also available to initiate batch trims from userspace). + noenospc_debug(*) enospc_debug - Debugging option to be more verbose in some ENOSPC conditions. + Disable/enable debugging option to be more verbose in some ENOSPC conditions. fatal_errors=<action> Action to take when encountering a fatal error: |