docs: filesystems: fix renamed references
[linux-block.git] / Documentation / process / adding-syscalls.rst
index 1c3a840d06b903a9774af128fdcc30eedbccd078..a6b4a3a5bf3fd46cf51600cc3519b347aee2e1b3 100644 (file)
@@ -33,7 +33,7 @@ interface.
        to a somewhat opaque API.
 
  - If you're just exposing runtime system information, a new node in sysfs
-   (see ``Documentation/filesystems/sysfs.txt``) or the ``/proc`` filesystem may
+   (see ``Documentation/filesystems/sysfs.rst``) or the ``/proc`` filesystem may
    be more appropriate.  However, access to these mechanisms requires that the
    relevant filesystem is mounted, which might not always be the case (e.g.
    in a namespaced/sandboxed/chrooted environment).  Avoid adding any API to