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
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
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);
|
return may_link(dir, old_dentry, MAY_LINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue