mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
selinux: remove secondary ops call to inode_link
Remove secondary ops call to inode_link, which is a noop in capabilities. Acked-by: Serge Hallyn <serue@us.ibm.com> Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
97422ab9ef
commit
efdfac4376
@ -2630,11 +2630,6 @@ static int selinux_inode_create(struct inode *dir, struct dentry *dentry, int ma
|
||||
|
||||
static int selinux_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry)
|
||||
{
|
||||
int rc;
|
||||
|
||||
rc = secondary_ops->inode_link(old_dentry, dir, new_dentry);
|
||||
if (rc)
|
||||
return rc;
|
||||
return may_link(dir, old_dentry, MAY_LINK);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user