VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2018-06-02 01:31:02 -0400 committer: Linus Torvalds <torvalds@linux-foundation.org> 2018-06-03 10:58:23 -0700 commit: af04fadcaa932d2d804699409d9d96dd5d85ce7f parent: 4faa99965e027cc057c5145ce45fa772caa04e8d
Commit Summary:
Revert "fs: fold open_check_o_direct into do_dentry_open"
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index e08972db0303..980d005b21b4 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -125,6 +125,7 @@ int do_fchmodat(int dfd, const char __user *filename, umode_t mode);
 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group,
 		int flag);
 
+extern int open_check_o_direct(struct file *f);
 extern int vfs_open(const struct path *, struct file *, const struct cred *);
 extern struct file *filp_clone_open(struct file *);