Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19759
b: refs/heads/master
c: 53ea68e
h: refs/heads/master
i:
  19757: bf45ed8
  19755: 7ea3b17
  19751: 2a03e07
  19743: d38e463
v: v3
  • Loading branch information
Stephen Smalley authored and Linus Torvalds committed Feb 4, 2006
1 parent 4cd114c commit 10472f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 89a2fa5f2139be35e214bcf86a8291d6a1da75f2
refs/heads/master: 53ea68ecea11bcbb3451c2758ce181bd97b569a9
4 changes: 0 additions & 4 deletions trunk/include/linux/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -1499,15 +1499,11 @@ static inline void security_sb_post_pivotroot (struct nameidata *old_nd,

static inline int security_inode_alloc (struct inode *inode)
{
if (unlikely (IS_PRIVATE (inode)))
return 0;
return security_ops->inode_alloc_security (inode);
}

static inline void security_inode_free (struct inode *inode)
{
if (unlikely (IS_PRIVATE (inode)))
return;
security_ops->inode_free_security (inode);
}

Expand Down

0 comments on commit 10472f0

Please sign in to comment.