Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132581
b: refs/heads/master
c: efdfac4
h: refs/heads/master
i:
  132579: 464732f
v: v3
  • Loading branch information
James Morris committed Jan 29, 2009
1 parent 08a45f2 commit 97fecb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97422ab9ef45118cb7418d799dc69040f17108ce
refs/heads/master: efdfac437607e4acfed66c383091a376525eaec4
5 changes: 0 additions & 5 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 97fecb3

Please sign in to comment.