summaryrefslogtreecommitdiff
path: root/fs/internal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2026-01-07 07:26:43 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2026-01-16 20:48:16 +0300
commitda72b76aaeaa2bc67ccedd6e539fabc04aff3ecd (patch)
treee4550452a10b692bbbe29f44dbb5419175529d48 /fs/internal.h
parent037193b0ae833c922881f0bf188b4ed49874e6c9 (diff)
downloadlinux-da72b76aaeaa2bc67ccedd6e539fabc04aff3ecd.tar.xz
non-consuming variant of do_symlinkat()
similar to previous commit; replacement is filename_symlinkat() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h
index c9b70c2716d1..4a63b89c02d7 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -61,7 +61,7 @@ int filename_renameat2(int olddfd, struct filename *oldname, int newdfd,
struct filename *newname, unsigned int flags);
int do_mkdirat(int dfd, struct filename *name, umode_t mode);
int do_mknodat(int dfd, struct filename *name, umode_t mode, unsigned int dev);
-int do_symlinkat(struct filename *from, int newdfd, struct filename *to);
+int filename_symlinkat(struct filename *from, int newdfd, struct filename *to);
int filename_linkat(int olddfd, struct filename *old, int newdfd,
struct filename *new, int flags);
int vfs_tmpfile(struct mnt_idmap *idmap,