diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-03-17 21:31:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-03-17 21:31:32 -0400 |
commit | 474a00ee1306eb7e82329fdc28b6471a99facba1 (patch) | |
tree | d0fc3e01d030b3ce3706beee01382a0819f854c8 /fs/namespace.c | |
parent | 054cfaacf88865bff1dd58d305443d5d6c068a08 (diff) |
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 'fs/namespace.c')
-rw-r--r-- | fs/namespace.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index d7513485c1f3..a2a01a104ab0 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -466,14 +466,6 @@ static void __mnt_unmake_readonly(struct vfsmount *mnt) br_write_unlock(vfsmount_lock); } -void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb) -{ - mnt->mnt_sb = sb; - mnt->mnt_root = dget(sb->s_root); -} - -EXPORT_SYMBOL(simple_set_mnt); - void free_vfsmnt(struct vfsmount *mnt) { kfree(mnt->mnt_devname); |