]> git.kernelconcepts.de Git - mv-sheeva.git/blobdiff - include/linux/fs.h
pass default dentry_operations to mount_pseudo()
[mv-sheeva.git] / include / linux / fs.h
index 3e4c27486e7446ba14954ce750f8af79af99d506..c0701288d2047903b69ae7a34192dc6690e2b731 100644 (file)
@@ -1835,7 +1835,9 @@ struct super_block *sget(struct file_system_type *type,
                        int (*set)(struct super_block *,void *),
                        void *data);
 extern struct dentry *mount_pseudo(struct file_system_type *, char *,
-       const struct super_operations *ops, unsigned long);
+       const struct super_operations *ops,
+       const struct dentry_operations *dops,
+       unsigned long);
 extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb);
 
 static inline void sb_mark_dirty(struct super_block *sb)