diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:27 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-11 22:18:30 -0400 |
commit | 4b61d12c84293ac061909f27f567c1905e4d90e3 (patch) | |
tree | dfab10311d1b6be7667600307c72379c6779d32d /security/security.c | |
parent | 231923bd0e06cba69f7c2028f4a68602b8d22160 (diff) |
security: remove dead hook sb_umount_busy
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 591c25fd430f..c1341fbe98ca 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_umount_busy(struct vfsmount *mnt) | ||
315 | { | ||
316 | security_ops->sb_umount_busy(mnt); | ||
317 | } | ||
318 | |||
319 | void security_sb_post_remount(struct vfsmount *mnt, unsigned long flags, void *data) | 314 | void security_sb_post_remount(struct vfsmount *mnt, unsigned long flags, void *data) |
320 | { | 315 | { |
321 | security_ops->sb_post_remount(mnt, flags, data); | 316 | security_ops->sb_post_remount(mnt, flags, data); |