Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264495
b: refs/heads/master
c: e1c9b23
h: refs/heads/master
i:
  264493: 734ec9b
  264491: cc769fc
  264487: d8d0211
  264479: db9f3de
v: v3
  • Loading branch information
Mimi Zohar authored and James Morris committed Aug 11, 2011
1 parent f3d275c commit 6345d52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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: 0b024d2446474c6a7c47573af5a35db83f557ce3
refs/heads/master: e1c9b23adbe86c725738402857397d7a29f9d6ef
2 changes: 1 addition & 1 deletion trunk/include/linux/evm.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static inline enum integrity_status evm_verifyxattr(struct dentry *dentry,
}
#endif

static int evm_inode_setattr(struct dentry *dentry, struct iattr *attr)
static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr)
{
return 0;
}
Expand Down
7 changes: 7 additions & 0 deletions trunk/include/linux/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,13 @@ static inline int security_inode_init_security(struct inode *inode,
return -EOPNOTSUPP;
}

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;
}

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

0 comments on commit 6345d52

Please sign in to comment.