]> git.tuebingen.mpg.de Git - aple.git/commitdiff
FS: Remove Link to xfs.org page.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Oct 2022 11:18:25 +0000 (13:18 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Oct 2022 11:18:25 +0000 (13:18 +0200)
Code: 500 Can't connect to xfs.org:443 (Connection timed out)

Quoting XFS developer Darrick J. Wong on lkml:

> Is there a replacement URL for the xfs documentation?

None that I know of.  Some of it went to xfs.org but then we lost
control of it.  I tried to push other pieces went to xfs.wiki.kernel.org
but then we lost control of that too.  Some of it is slowly migrating to
the kernel source code, but most of the old stuff is probably not
movable because people are afraid of mixing GPL and CC licensed data in
the same git repo/git server.

Filesystems.m4

index 1a77ef882e9ebb6c412380add1c2787acc32a291..e04f799cc5a4e810a2133fba9f8804517511730e 100644 (file)
@@ -1508,7 +1508,6 @@ SECTION(«Further Reading»)
        <li> Dominic Giampaolo: Practical File System Design </li>
        <li> Cormen </li>
        <li> Darrick Wong: XFS Filesystem Disk Structures </li>
-       <li> The <a href="https://xfs.org/index.php/Main_Page">xfs FAQ</a> </li>
        <li> Documentation/filesystems/path-lookup.rst </li>
        <li> rfc 5531: Remote Procedure Call Protocol, Version 2 (2009) </li>
        <li> Birell, A.D. and Nelson, B.J.: Implementing Remote Procedure Calls