diff options
author | Fanael Linithien <fanael4@gmail.com> | 2015-06-01 00:15:38 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-06-01 00:15:38 +0300 |
commit | 4d66ea091a4dcc39bae70f1bb2148890da2c8ce9 (patch) | |
tree | 24f5bdeb16a66f35164065e585c15003b63a2adb /Documentation/filesystems/xfs.txt | |
parent | 39e56d9219dd46d696e6a5e1e24870392154dd0f (diff) | |
download | linux-4d66ea091a4dcc39bae70f1bb2148890da2c8ce9.tar.xz |
xfs: fix kernel version in docs
Linux v3.20 was released as v4.0.
Signed-off-by: Fanael Linithien <fanael4@gmail.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Documentation/filesystems/xfs.txt')
-rw-r--r-- | Documentation/filesystems/xfs.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt index 5a5a05582b58..8146e9fd5ffc 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt @@ -236,10 +236,10 @@ Removed Mount Options Name Removed ---- ------- - delaylog/nodelaylog v3.20 - ihashsize v3.20 - irixsgid v3.20 - osyncisdsync/osyncisosync v3.20 + delaylog/nodelaylog v4.0 + ihashsize v4.0 + irixsgid v4.0 + osyncisdsync/osyncisosync v4.0 sysctls @@ -346,5 +346,5 @@ Removed Sysctls Name Removed ---- ------- - fs.xfs.xfsbufd_centisec v3.20 - fs.xfs.age_buffer_centisecs v3.20 + fs.xfs.xfsbufd_centisec v4.0 + fs.xfs.age_buffer_centisecs v4.0 |