summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro2011-03-18 02:31:32 +0100
committerAl Viro2011-03-18 02:31:32 +0100
commit474a00ee1306eb7e82329fdc28b6471a99facba1 (patch)
treed0fc3e01d030b3ce3706beee01382a0819f854c8 /include
parentMerge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v... (diff)
downloadkernel-qcow2-linux-474a00ee1306eb7e82329fdc28b6471a99facba1.tar.gz
kernel-qcow2-linux-474a00ee1306eb7e82329fdc28b6471a99facba1.tar.xz
kernel-qcow2-linux-474a00ee1306eb7e82329fdc28b6471a99facba1.zip
kill simple_set_mnt()
not needed anymore, since all users (->get_sb() instances) are gone. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 92f7e04aea11..7061a8587ee3 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1839,7 +1839,6 @@ extern struct dentry *mount_pseudo(struct file_system_type *, char *,
const struct super_operations *ops,
const struct dentry_operations *dops,
unsigned long);
-extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb);
static inline void sb_mark_dirty(struct super_block *sb)
{