Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132582
b: refs/heads/master
c: e473725
h: refs/heads/master
v: v3
  • Loading branch information
James Morris committed Jan 29, 2009
1 parent 97fecb3 commit 4bff7f8
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: efdfac437607e4acfed66c383091a376525eaec4
refs/heads/master: e4737250b751b4e0e802adae9a4d3ae0227b580b
5 changes: 0 additions & 5 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2635,11 +2635,6 @@ static int selinux_inode_link(struct dentry *old_dentry, struct inode *dir, stru

static int selinux_inode_unlink(struct inode *dir, struct dentry *dentry)
{
int rc;

rc = secondary_ops->inode_unlink(dir, dentry);
if (rc)
return rc;
return may_link(dir, dentry, MAY_UNLINK);
}

Expand Down

0 comments on commit 4bff7f8

Please sign in to comment.