diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-05-11 09:22:29 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-05-21 13:39:34 +0200 |
| commit | e6666aef11053d492ff6e715c89b139fc1655b1c (patch) | |
| tree | 87d0a7ec8d762630eb1c3dca2f7b75cc2ab9e7ec /include/linux/namei.h | |
| parent | 4d636e5aabb887dc72867110710737398effaa70 (diff) | |
| download | linux-next-e6666aef11053d492ff6e715c89b139fc1655b1c.tar.gz linux-next-e6666aef11053d492ff6e715c89b139fc1655b1c.zip | |
fs: remove start_removing_user_path_at
This function is entirely unused, remove it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260511072239.2456725-3-hch@lst.de
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'include/linux/namei.h')
| -rw-r--r-- | include/linux/namei.h | 1 |
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); |
