summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2026-02-25 09:17:00 +1100
committerChristian Brauner <brauner@kernel.org>2026-03-09 09:43:04 +0100
commit4d94ce88c77e74830a5b9d02ecb8286039ffa494 (patch)
tree4ec25b06df03712f79604861e64ecea13ed8369b /Documentation/filesystems
parent54d7ea7324e65023ec931ddb470019db066c165d (diff)
downloadlwn-4d94ce88c77e74830a5b9d02ecb8286039ffa494.tar.gz
lwn-4d94ce88c77e74830a5b9d02ecb8286039ffa494.zip
VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()
These three function are now only used in namei.c, so they don't need to be exported. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: NeilBrown <neil@brown.name> Link: https://patch.msgid.link/20260224222542.3458677-16-neilb@ownmail.net Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/porting.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst
index 1dd31ab417a2..d02aa57e4477 100644
--- a/Documentation/filesystems/porting.rst
+++ b/Documentation/filesystems/porting.rst
@@ -1368,3 +1368,10 @@ lifetime, consider using inode_set_cached_link() instead.
lookup_one_qstr_excl() is no longer exported - use start_creating() or
similar.
+---
+
+** mandatory**
+
+lock_rename(), lock_rename_child(), unlock_rename() are no
+longer available. Use start_renaming() or similar.
+