VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Christoph Hellwig <hch@lst.de> 2017-11-04 13:44:45 +0300 committer: Al Viro <viro@zeniv.linux.org.uk> 2017-11-10 08:48:46 -0500 commit: da2f1362c8bdf187c171a59a2c84b8ed3566d5fe parent: e145b35bb97eaf86205b99feef524254c581895c
Commit Summary:
fs: expose do_unlinkat for built-in callers
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 48cee21b4f14..df262f41a0ef 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -55,6 +55,7 @@ extern void __init chrdev_init(void);
 extern int user_path_mountpoint_at(int, const char __user *, unsigned int, struct path *);
 extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
 			   const char *, unsigned int, struct path *);
+long do_unlinkat(int dfd, struct filename *name);
 
 /*
  * namespace.c