diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:45 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-12 12:18:32 +1000 |
commit | 91a9420f5826db482030c21eca8c507271bbc441 (patch) | |
tree | e5e400622884c8c0cd373c51ee4a3822c853aaa5 /fs | |
parent | 3db291017753e539af64c8bab373785f34e43ed2 (diff) | |
download | op-kernel-dev-91a9420f5826db482030c21eca8c507271bbc441.zip op-kernel-dev-91a9420f5826db482030c21eca8c507271bbc441.tar.gz |
security: remove dead hook sb_post_pivotroot
Unused hook. Remove.
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/namespace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 7a0c9ce..c36785a 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -2265,7 +2265,6 @@ SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, touch_mnt_namespace(current->nsproxy->mnt_ns); spin_unlock(&vfsmount_lock); chroot_fs_refs(&root, &new); - security_sb_post_pivotroot(&root, &new); error = 0; path_put(&root_parent); path_put(&parent_path); |