diff options
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 2e5684596090..0bfafe108357 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt | |||
@@ -349,16 +349,13 @@ The following sysctls are available for the XFS filesystem: | |||
349 | Deprecated Sysctls | 349 | Deprecated Sysctls |
350 | ================== | 350 | ================== |
351 | 351 | ||
352 | fs.xfs.xfsbufd_centisecs (Min: 50 Default: 100 Max: 3000) | 352 | None at present. |
353 | Dirty metadata is now tracked by the log subsystem and | ||
354 | flushing is driven by log space and idling demands. The | ||
355 | xfsbufd no longer exists, so this syctl does nothing. | ||
356 | 353 | ||
357 | Due for removal in 3.14. | ||
358 | 354 | ||
359 | fs.xfs.age_buffer_centisecs (Min: 100 Default: 1500 Max: 720000) | 355 | Removed Sysctls |
360 | Dirty metadata is now tracked by the log subsystem and | 356 | =============== |
361 | flushing is driven by log space and idling demands. The | ||
362 | xfsbufd no longer exists, so this syctl does nothing. | ||
363 | 357 | ||
364 | Due for removal in 3.14. | 358 | Name Removed |
359 | ---- ------- | ||
360 | fs.xfs.xfsbufd_centisec v3.20 | ||
361 | fs.xfs.age_buffer_centisecs v3.20 | ||