Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
commit
117ff42fd4
18 changed files with 99 additions and 86 deletions
|
|
@ -2056,7 +2056,7 @@ static inline int security_old_inode_init_security(struct inode *inode,
|
|||
char **name, void **value,
|
||||
size_t *len)
|
||||
{
|
||||
return 0;
|
||||
return -EOPNOTSUPP;
|
||||
}
|
||||
|
||||
static inline int security_inode_create(struct inode *dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue