summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAl Viro2010-03-23 02:13:53 +0100
committerAl Viro2010-05-22 00:31:16 +0200
commit35cf7ba0b46dc3582a01c3860b14bff122662aa3 (patch)
tree2b38e9333600f468f0c8371c657c02e3aa8ec43b /include/linux/fs.h
parentfix prune_dcache()/umount() race (diff)
downloadkernel-qcow2-linux-35cf7ba0b46dc3582a01c3860b14bff122662aa3.tar.gz
kernel-qcow2-linux-35cf7ba0b46dc3582a01c3860b14bff122662aa3.tar.xz
kernel-qcow2-linux-35cf7ba0b46dc3582a01c3860b14bff122662aa3.zip
Bury __put_super_and_need_restart()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
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 *,
const struct super_operations *ops, unsigned long,
struct vfsmount *mnt);
extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb);
-int __put_super_and_need_restart(struct super_block *sb);
-int __put_super(struct super_block *sb);
-void put_super(struct super_block *sb);
/* Alas, no aliases. Too much hassle with bringing module.h everywhere */
#define fops_get(fops) \