diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2c925747bc49..1de9d72178e1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1521,7 +1521,6 @@ extern int get_sb_pseudo(struct file_system_type *, char *, | |||
1521 | const struct super_operations *ops, unsigned long, | 1521 | const struct super_operations *ops, unsigned long, |
1522 | struct vfsmount *mnt); | 1522 | struct vfsmount *mnt); |
1523 | extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); | 1523 | extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); |
1524 | int __put_super(struct super_block *sb); | ||
1525 | int __put_super_and_need_restart(struct super_block *sb); | 1524 | int __put_super_and_need_restart(struct super_block *sb); |
1526 | void unnamed_dev_init(void); | 1525 | void unnamed_dev_init(void); |
1527 | 1526 | ||