diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e1c7427802b8..523086714c74 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1778,9 +1778,6 @@ extern int get_sb_pseudo(struct file_system_type *, char *, | |||
1778 | const struct super_operations *ops, unsigned long, | 1778 | const struct super_operations *ops, unsigned long, |
1779 | struct vfsmount *mnt); | 1779 | struct vfsmount *mnt); |
1780 | extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); | 1780 | extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); |
1781 | int __put_super_and_need_restart(struct super_block *sb); | ||
1782 | int __put_super(struct super_block *sb); | ||
1783 | void put_super(struct super_block *sb); | ||
1784 | 1781 | ||
1785 | /* Alas, no aliases. Too much hassle with bringing module.h everywhere */ | 1782 | /* Alas, no aliases. Too much hassle with bringing module.h everywhere */ |
1786 | #define fops_get(fops) \ | 1783 | #define fops_get(fops) \ |