VFS: Pass mount flags to sget()
[deliverable/linux.git] / include / linux / fs.h
index 2f857e9eeb3ae90f28478de0e4627b442d1d0d66..48548bdd7722699769f51939281688737c0b4503 100644 (file)
@@ -1914,7 +1914,7 @@ void free_anon_bdev(dev_t);
 struct super_block *sget(struct file_system_type *type,
                        int (*test)(struct super_block *,void *),
                        int (*set)(struct super_block *,void *),
-                       void *data);
+                       int flags, void *data);
 extern struct dentry *mount_pseudo(struct file_system_type *, char *,
        const struct super_operations *ops,
        const struct dentry_operations *dops,
This page took 0.030166 seconds and 5 git commands to generate.