mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
security: remove dead hook inode_delete
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
91a9420f58
commit
9d5ed77dad
4 changed files with 0 additions and 25 deletions
|
@ -550,13 +550,6 @@ int security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry)
|
|||
return security_ops->inode_getattr(mnt, dentry);
|
||||
}
|
||||
|
||||
void security_inode_delete(struct inode *inode)
|
||||
{
|
||||
if (unlikely(IS_PRIVATE(inode)))
|
||||
return;
|
||||
security_ops->inode_delete(inode);
|
||||
}
|
||||
|
||||
int security_inode_setxattr(struct dentry *dentry, const char *name,
|
||||
const void *value, size_t size, int flags)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue