]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/internal.h
switch file_open_root() to struct path
[people/ms/linux.git] / fs / internal.h
index 6aeae7ef33803daa83572198d0f4d2de022a6477..3ce8edbaa3ca2f55973e46966ae1017f3e4a0d2a 100644 (file)
@@ -129,7 +129,7 @@ struct open_flags {
 };
 extern struct file *do_filp_open(int dfd, struct filename *pathname,
                const struct open_flags *op);
-extern struct file *do_file_open_root(struct dentry *, struct vfsmount *,
+extern struct file *do_file_open_root(const struct path *,
                const char *, const struct open_flags *);
 extern struct open_how build_open_how(int flags, umode_t mode);
 extern int build_open_flags(const struct open_how *how, struct open_flags *op);