mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
security: remove dead hook sb_umount_close
Unused hook. Remove. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
353633100d
commit
231923bd0e
4 changed files with 0 additions and 21 deletions
|
@ -311,11 +311,6 @@ int security_sb_umount(struct vfsmount *mnt, int flags)
|
|||
return security_ops->sb_umount(mnt, flags);
|
||||
}
|
||||
|
||||
void security_sb_umount_close(struct vfsmount *mnt)
|
||||
{
|
||||
security_ops->sb_umount_close(mnt);
|
||||
}
|
||||
|
||||
void security_sb_umount_busy(struct vfsmount *mnt)
|
||||
{
|
||||
security_ops->sb_umount_busy(mnt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue