summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/porting.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst
index e93ba90e3e4f..bb526ae9a1d7 100644
--- a/Documentation/filesystems/porting.rst
+++ b/Documentation/filesystems/porting.rst
@@ -1342,4 +1342,5 @@ in-tree filesystems have done).
fs/namei.c primitives that consume filesystem references (do_renameat2(),
do_linkat(), do_symlinkat(), do_mkdirat(), do_mknodat(), do_unlinkat()
and do_rmdir()) are getting replaced with non-consuming analogues
-(filename_renameat2(), etc.) Replaced so far: do_renameat2(), do_linkat().
+(filename_renameat2(), etc.) Replaced so far: do_renameat2(), do_linkat(),
+do_symlinkat().