aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2018-03-02 22:30:13 +0900
committerJonathan Corbet <corbet@lwn.net>2018-03-21 09:33:04 -0600
commita10c5d91c340bc1ee09ca62949a23d8fc45e7c0a (patch)
tree39efaed8479ff467eac9a590f20fd6f763ccc339
parentchar/bsr: add sysfs interface documentation (diff)
downloadlinux-dev-a10c5d91c340bc1ee09ca62949a23d8fc45e7c0a.tar.xz
linux-dev-a10c5d91c340bc1ee09ca62949a23d8fc45e7c0a.zip
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>
-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
Btrees (directories, extents, free space) to aid both performance
and scalability.
-Refer to the documentation at http://oss.sgi.com/projects/xfs/
+Refer to the documentation at https://xfs.wiki.kernel.org/
for further details. This implementation is on-disk compatible
with the IRIX version of XFS.