diff options
author | Karel Zak <kzak@redhat.com> | 2009-09-17 17:29:40 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-09-17 17:29:40 +0200 |
commit | 4ed18c6b46837f0ef552429917e13d8bd114b950 (patch) | |
tree | 6c7f26edd5e56d97d80b98d1eeb9918470b9eaf0 /mount | |
parent | 0e8a806546c4daa68a059c65b5a11a2d9dbaec0d (diff) | |
download | util-linux-old-4ed18c6b46837f0ef552429917e13d8bd114b950.tar.gz |
mount: fix mount.8, xfs attr2 is enabled by default
Address-Red-Hat-Bug: #510845
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r-- | mount/mount.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mount/mount.8 b/mount/mount.8 index 97fa13ed..5752c96c 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -2218,9 +2218,9 @@ Valid values for this option are page size (typically 4KiB) through to 1GiB, inclusive, in power-of-2 increments. .TP .BR attr2 | noattr2 -The options enable/disable (default is disabled for backward -compatibility on-disk) an "opportunistic" improvement to be -made in the way inline extended attributes are stored on-disk. +The options enable/disable (default is enabled) an "opportunistic" +improvement to be made in the way inline extended attributes are +stored on-disk. When the new form is used for the first time (by setting or removing extended attributes) the on-disk superblock feature bit field will be updated to reflect this format being in use. |