summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2026-05-11 15:39:07 +0200
committerChristian Brauner <brauner@kernel.org>2026-05-21 13:39:34 +0200
commitccde023e6aea3c31fb2643cb76a6205bc343f979 (patch)
tree1750c29214928e27fae5dc691ff76135f9c780c4 /include/linux
parente7d43a48a8e990b43ef8634248ee5b03f19ed3ea (diff)
parent5d833d8ba5b058d391d476fd877a7850965c104f (diff)
Merge patch series "drop unused VFS exports"
Christoph Hellwig <hch@lst.de> says: This series drops a little dead code from the VFS. * patches from https://patch.msgid.link/20260511072239.2456725-1-hch@lst.de: fs: fold __start_removing_path into start_removing_path fs: remove start_removing_user_path_at fs: unexport drop_super_exclusive Link: https://patch.msgid.link/20260511072239.2456725-1-hch@lst.de Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/namei.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 2ad6dd9987b9..80488b3de0c9 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -61,7 +61,6 @@ extern struct dentry *start_creating_path(int, const char *, struct path *, unsi
extern struct dentry *start_creating_user_path(int, const char __user *, struct path *, unsigned int);
extern void end_creating_path(const struct path *, struct dentry *);
extern struct dentry *start_removing_path(const char *, struct path *);
-extern struct dentry *start_removing_user_path_at(int , const char __user *, struct path *);
static inline void end_removing_path(const struct path *path , struct dentry *dentry)
{
end_creating_path(path, dentry);