Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264500
b: refs/heads/master
c: 1e39f38
h: refs/heads/master
v: v3
  • Loading branch information
Mimi Zohar authored and James Morris committed Aug 15, 2011
1 parent 7a9ca8b commit de4d5e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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: 7d8db1808a2001077a9f966180c5e4f7cc20d4c7
refs/heads/master: 1e39f384bb01b0395b69cb70c2cacae65012f203
12 changes: 7 additions & 5 deletions trunk/include/linux/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -2045,14 +2045,16 @@ static inline int security_inode_init_security(struct inode *inode,
initxattrs initxattrs,
void *fs_data)
{
return -EOPNOTSUPP;
return 0;
}

int security_old_inode_init_security(struct inode *inode, struct inode *dir,
const struct qstr *qstr, char **name,
void **value, size_t *len)
static inline int security_old_inode_init_security(struct inode *inode,
struct inode *dir,
const struct qstr *qstr,
char **name, void **value,
size_t *len)
{
return -EOPNOTSUPP;
return 0;
}

static inline int security_inode_create(struct inode *dir,
Expand Down

0 comments on commit de4d5e0

Please sign in to comment.