Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264541
b: refs/heads/master
c: fb88c2b
h: refs/heads/master
i:
  264539: 329d663
v: v3
  • Loading branch information
Mimi Zohar committed Sep 14, 2011
1 parent fed4a08 commit 1747c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1d714057ef8f6348eba7b28ace6d307513e57cef
refs/heads/master: fb88c2b6cbb1265a8bef60694699b37f5cd4ba76
4 changes: 2 additions & 2 deletions trunk/security/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ int security_inode_init_security(struct inode *inode, struct inode *dir,
int ret;

if (unlikely(IS_PRIVATE(inode)))
return -EOPNOTSUPP;
return 0;

memset(new_xattrs, 0, sizeof new_xattrs);
if (!initxattrs)
Expand Down Expand Up @@ -381,7 +381,7 @@ int security_old_inode_init_security(struct inode *inode, struct inode *dir,
void **value, size_t *len)
{
if (unlikely(IS_PRIVATE(inode)))
return -EOPNOTSUPP;
return 0;
return security_ops->inode_init_security(inode, dir, qstr, name, value,
len);
}
Expand Down

0 comments on commit 1747c8d

Please sign in to comment.