VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Christoph Hellwig <hch@lst.de> 2020-07-22 11:14:36 +0200 committer: Christoph Hellwig <hch@lst.de> 2020-07-31 08:17:53 +0200 commit: cd3acb6a79349f346714ab3d26d203a0c6ca5ab0 parent: 812931d693da58cc24d2bb8dec01c2b4a7f4668f
Commit Summary:
init: add an init_symlink helper
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 58451b033d26..40b50a222d7a 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -67,8 +67,6 @@ long do_mknodat(int dfd, const char __user *filename, umode_t mode,
 long do_mkdirat(int dfd, const char __user *pathname, umode_t mode);
 long do_rmdir(int dfd, struct filename *name);
 long do_unlinkat(int dfd, struct filename *name);
-long do_symlinkat(const char __user *oldname, int newdfd,
-		  const char __user *newname);
 int may_linkat(struct path *link);
 
 /*