diff options
| author | Eric Sandeen <sandeen@redhat.com> | 2015-02-23 18:17:04 -0500 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2015-02-23 18:17:04 -0500 |
| commit | 444a702231412e82fb1c09679adc159301e9242c (patch) | |
| tree | 08fdc46d55818d63d7bd4f871e3f3efc676a9b77 /Documentation/filesystems | |
| parent | 3790a8cd8a145f14f773c7f42cd11fcfb62a6975 (diff) | |
xfs: remove deprecated mount options
We recently removed deprecated sysctls; may as well
remove deprecated mount options as well, we've stated
that they'd be gone by now in the docs.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/xfs.txt | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt index 0bfafe108357..5a5a05582b58 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt | |||
| @@ -228,30 +228,19 @@ default behaviour. | |||
| 228 | Deprecated Mount Options | 228 | Deprecated Mount Options |
| 229 | ======================== | 229 | ======================== |
| 230 | 230 | ||
| 231 | delaylog/nodelaylog | 231 | None at present. |
| 232 | Delayed logging is the only logging method that XFS supports | ||
| 233 | now, so these mount options are now ignored. | ||
| 234 | |||
| 235 | Due for removal in 3.12. | ||
| 236 | |||
| 237 | ihashsize=value | ||
| 238 | In memory inode hashes have been removed, so this option has | ||
| 239 | no function as of August 2007. Option is deprecated. | ||
| 240 | |||
| 241 | Due for removal in 3.12. | ||
| 242 | 232 | ||
| 243 | irixsgid | ||
| 244 | This behaviour is now controlled by a sysctl, so the mount | ||
| 245 | option is ignored. | ||
| 246 | 233 | ||
| 247 | Due for removal in 3.12. | 234 | Removed Mount Options |
| 235 | ===================== | ||
| 248 | 236 | ||
| 249 | osyncisdsync | 237 | Name Removed |
| 250 | osyncisosync | 238 | ---- ------- |
| 251 | O_SYNC and O_DSYNC are fully supported, so there is no need | 239 | delaylog/nodelaylog v3.20 |
| 252 | for these options any more. | 240 | ihashsize v3.20 |
| 241 | irixsgid v3.20 | ||
| 242 | osyncisdsync/osyncisosync v3.20 | ||
| 253 | 243 | ||
| 254 | Due for removal in 3.12. | ||
| 255 | 244 | ||
| 256 | sysctls | 245 | sysctls |
| 257 | ======= | 246 | ======= |
