aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2018-03-02 08:30:13 -0500
committerJonathan Corbet <corbet@lwn.net>2018-03-21 11:33:04 -0400
commita10c5d91c340bc1ee09ca62949a23d8fc45e7c0a (patch)
tree39efaed8479ff467eac9a590f20fd6f763ccc339 /Documentation/filesystems
parent2ddf0d655946657b9708bb79cd38a4248c67ac14 (diff)
xfs: Change URL for the project in xfs.txt
The oss.sgi.com doesn't exist any more. Change it to current project URL, https://xfs.wiki.kernel.org/ Signed-off-by: Masanari Iida <standby24x7@gmail.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/xfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
index 3b9b5c149f32..4d9ff0a7f8e1 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -9,7 +9,7 @@ variable block sizes, is extent based, and makes extensive use of
9Btrees (directories, extents, free space) to aid both performance 9Btrees (directories, extents, free space) to aid both performance
10and scalability. 10and scalability.
11 11
12Refer to the documentation at http://oss.sgi.com/projects/xfs/ 12Refer to the documentation at https://xfs.wiki.kernel.org/
13for further details. This implementation is on-disk compatible 13for further details. This implementation is on-disk compatible
14with the IRIX version of XFS. 14with the IRIX version of XFS.
15 15