diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2f857e9eeb3a..48548bdd7722 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1914,7 +1914,7 @@ void free_anon_bdev(dev_t); | |||
1914 | struct super_block *sget(struct file_system_type *type, | 1914 | struct super_block *sget(struct file_system_type *type, |
1915 | int (*test)(struct super_block *,void *), | 1915 | int (*test)(struct super_block *,void *), |
1916 | int (*set)(struct super_block *,void *), | 1916 | int (*set)(struct super_block *,void *), |
1917 | void *data); | 1917 | int flags, void *data); |
1918 | extern struct dentry *mount_pseudo(struct file_system_type *, char *, | 1918 | extern struct dentry *mount_pseudo(struct file_system_type *, char *, |
1919 | const struct super_operations *ops, | 1919 | const struct super_operations *ops, |
1920 | const struct dentry_operations *dops, | 1920 | const struct dentry_operations *dops, |