diff options
author | Dave Chinner <dchinner@redhat.com> | 2015-01-08 18:47:43 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-01-08 18:47:43 -0500 |
commit | 64af7a6ea5a4c7e12ae79415250d054424b7e0c2 (patch) | |
tree | be242c7fb221345e0b469dc0dce65a6e207e4ab3 /Documentation/filesystems | |
parent | aa5d95c1b57792119804c587b9a468019219d7e0 (diff) |
xfs: remove deprecated sysctls
xfsbufd_centisecs and age_buffer_centisecs were due for removal in
3.14. We forgot to do that - it's now well past time to remove these
deprecated, unused sysctls.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/xfs.txt | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt index 5be51fd888bd..7077103ac541 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt | |||
@@ -348,16 +348,13 @@ The following sysctls are available for the XFS filesystem: | |||
348 | Deprecated Sysctls | 348 | Deprecated Sysctls |
349 | ================== | 349 | ================== |
350 | 350 | ||
351 | fs.xfs.xfsbufd_centisecs (Min: 50 Default: 100 Max: 3000) | 351 | None at present. |
352 | Dirty metadata is now tracked by the log subsystem and | ||
353 | flushing is driven by log space and idling demands. The | ||
354 | xfsbufd no longer exists, so this syctl does nothing. | ||
355 | 352 | ||
356 | Due for removal in 3.14. | ||
357 | 353 | ||
358 | fs.xfs.age_buffer_centisecs (Min: 100 Default: 1500 Max: 720000) | 354 | Removed Sysctls |
359 | Dirty metadata is now tracked by the log subsystem and | 355 | =============== |
360 | flushing is driven by log space and idling demands. The | ||
361 | xfsbufd no longer exists, so this syctl does nothing. | ||
362 | 356 | ||
363 | Due for removal in 3.14. | 357 | Name Removed |
358 | ---- ------- | ||
359 | fs.xfs.xfsbufd_centisec v3.20 | ||
360 | fs.xfs.age_buffer_centisecs v3.20 | ||