aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index c2c4454a268a..a7d73914a9f7 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1719,7 +1719,7 @@ struct super_block *sget(struct file_system_type *type,
1719extern int get_sb_pseudo(struct file_system_type *, char *, 1719extern int get_sb_pseudo(struct file_system_type *, char *,
1720 const struct super_operations *ops, unsigned long, 1720 const struct super_operations *ops, unsigned long,
1721 struct vfsmount *mnt); 1721 struct vfsmount *mnt);
1722extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); 1722extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb);
1723int __put_super_and_need_restart(struct super_block *sb); 1723int __put_super_and_need_restart(struct super_block *sb);
1724 1724
1725/* Alas, no aliases. Too much hassle with bringing module.h everywhere */ 1725/* Alas, no aliases. Too much hassle with bringing module.h everywhere */