diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:39 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-11 22:18:31 -0400 |
commit | 3db291017753e539af64c8bab373785f34e43ed2 (patch) | |
tree | e6759c7dea1774465b6bf2860a0c2f283c0b34fa /security/capability.c | |
parent | 82dab10453d65ad9ca551de5b8925673ca05c7e9 (diff) |
security: remove dead hook sb_post_addmount
Unused hook. Remove.
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/capability.c')
-rw-r--r-- | security/capability.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/capability.c b/security/capability.c index 26fc92caa339..38752ddf69d7 100644 --- a/security/capability.c +++ b/security/capability.c | |||
@@ -85,10 +85,6 @@ static int cap_sb_umount(struct vfsmount *mnt, int flags) | |||
85 | return 0; | 85 | return 0; |
86 | } | 86 | } |
87 | 87 | ||
88 | static void cap_sb_post_addmount(struct vfsmount *mnt, struct path *path) | ||
89 | { | ||
90 | } | ||
91 | |||
92 | static int cap_sb_pivotroot(struct path *old_path, struct path *new_path) | 88 | static int cap_sb_pivotroot(struct path *old_path, struct path *new_path) |
93 | { | 89 | { |
94 | return 0; | 90 | return 0; |
@@ -924,7 +920,6 @@ void security_fixup_ops(struct security_operations *ops) | |||
924 | set_to_cap_if_null(ops, sb_statfs); | 920 | set_to_cap_if_null(ops, sb_statfs); |
925 | set_to_cap_if_null(ops, sb_mount); | 921 | set_to_cap_if_null(ops, sb_mount); |
926 | set_to_cap_if_null(ops, sb_umount); | 922 | set_to_cap_if_null(ops, sb_umount); |
927 | set_to_cap_if_null(ops, sb_post_addmount); | ||
928 | set_to_cap_if_null(ops, sb_pivotroot); | 923 | set_to_cap_if_null(ops, sb_pivotroot); |
929 | set_to_cap_if_null(ops, sb_post_pivotroot); | 924 | set_to_cap_if_null(ops, sb_post_pivotroot); |
930 | set_to_cap_if_null(ops, sb_set_mnt_opts); | 925 | set_to_cap_if_null(ops, sb_set_mnt_opts); |