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/security.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/security.c')
-rw-r--r-- | security/security.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/security.c b/security/security.c index d9538d98736b..6a8e5411d7a0 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -311,11 +311,6 @@ int security_sb_umount(struct vfsmount *mnt, int flags) | |||
311 | return security_ops->sb_umount(mnt, flags); | 311 | return security_ops->sb_umount(mnt, flags); |
312 | } | 312 | } |
313 | 313 | ||
314 | void security_sb_post_addmount(struct vfsmount *mnt, struct path *mountpoint) | ||
315 | { | ||
316 | security_ops->sb_post_addmount(mnt, mountpoint); | ||
317 | } | ||
318 | |||
319 | int security_sb_pivotroot(struct path *old_path, struct path *new_path) | 314 | int security_sb_pivotroot(struct path *old_path, struct path *new_path) |
320 | { | 315 | { |
321 | return security_ops->sb_pivotroot(old_path, new_path); | 316 | return security_ops->sb_pivotroot(old_path, new_path); |