diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 16:59:34 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:03:43 -0500 |
commit | c74a1cbb3cac348f276fabc381758f5b0b4713b2 (patch) | |
tree | 5b403590e41b5e91fce25c69d50a23b920b3497f /include/linux/fs.h | |
parent | f772c4a6a320ec25d94ba951881474eeef1b7f48 (diff) |
pass default dentry_operations to mount_pseudo()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3e4c27486e74..c0701288d204 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1835,7 +1835,9 @@ struct super_block *sget(struct file_system_type *type, | |||
1835 | int (*set)(struct super_block *,void *), | 1835 | int (*set)(struct super_block *,void *), |
1836 | void *data); | 1836 | void *data); |
1837 | extern struct dentry *mount_pseudo(struct file_system_type *, char *, | 1837 | extern struct dentry *mount_pseudo(struct file_system_type *, char *, |
1838 | const struct super_operations *ops, unsigned long); | 1838 | const struct super_operations *ops, |
1839 | const struct dentry_operations *dops, | ||
1840 | unsigned long); | ||
1839 | extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); | 1841 | extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); |
1840 | 1842 | ||
1841 | static inline void sb_mark_dirty(struct super_block *sb) | 1843 | static inline void sb_mark_dirty(struct super_block *sb) |