]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10a5841dfa80f7e1f6cae3a860a3dd376f746b75
tree746d85cd4518480507c7d01b4c25d39d4ef21805
parent121633eee18f46ff6ea4891fbaf205ebcbf97a66
evm: building without EVM enabled fixes

- Missing 'inline' on evm_inode_setattr() definition.
Introduced by commit 73a04106fde5 ("evm: add evm_inode_setattr to prevent
updating an invalid security.evm").

- Missing security_old_inode_init_security() stub function definition.
Caused by commit e84b47713a3a ("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>
include/linux/evm.h
include/linux/security.h