evm: building without EVM enabled fixes
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Thu, 11 Aug 2011 04:22:51 +0000 (00:22 -0400)
committerJames Morris <jmorris@namei.org>
Thu, 11 Aug 2011 07:42:07 +0000 (17:42 +1000)
- Missing 'inline' on evm_inode_setattr() definition.
Introduced by commit 817b54aa45db ("evm: add evm_inode_setattr to prevent
updating an invalid security.evm").

- Missing security_old_inode_init_security() stub function definition.
Caused by commit 9d8f13ba3f48 ("security: new security_inode_init_security
API adds function callback").

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found