vfs: make path_openat take a struct filename pointer
[deliverable/linux.git] / include / linux / fs.h
index 6c93b46f46dcb5155a0c5edf5810c082b4d5d194..b6b10e7f0ac03c96ec16ce07b5b1dd52d1912451 100644 (file)
@@ -2207,6 +2207,7 @@ extern int do_fallocate(struct file *file, int mode, loff_t offset,
                        loff_t len);
 extern long do_sys_open(int dfd, const char __user *filename, int flags,
                        umode_t mode);
+extern struct file *file_open_name(struct filename *, int, umode_t);
 extern struct file *filp_open(const char *, int, umode_t);
 extern struct file *file_open_root(struct dentry *, struct vfsmount *,
                                   const char *, int);
This page took 0.032431 seconds and 5 git commands to generate.