diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:15 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-11 22:18:28 -0400 |
commit | 353633100d8d684ac0acae4ce93fb833f92881f4 (patch) | |
tree | d45effdd09f5ef2f2c44bbcfcca8751cc5cdbd7d /security/security.c | |
parent | c1a7368a6f0b18b10fdec87972da680ebdf03794 (diff) |
security: remove sb_check_sb hooks
Unused hook. Remove it.
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 b98334b0a576..a0bee70ed4b6 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -306,11 +306,6 @@ int security_sb_mount(char *dev_name, struct path *path, | |||
306 | return security_ops->sb_mount(dev_name, path, type, flags, data); | 306 | return security_ops->sb_mount(dev_name, path, type, flags, data); |
307 | } | 307 | } |
308 | 308 | ||
309 | int security_sb_check_sb(struct vfsmount *mnt, struct path *path) | ||
310 | { | ||
311 | return security_ops->sb_check_sb(mnt, path); | ||
312 | } | ||
313 | |||
314 | int security_sb_umount(struct vfsmount *mnt, int flags) | 309 | int security_sb_umount(struct vfsmount *mnt, int flags) |
315 | { | 310 | { |
316 | return security_ops->sb_umount(mnt, flags); | 311 | return security_ops->sb_umount(mnt, flags); |