commit | 1e39f384bb01b0395b69cb70c2cacae65012f203 | [log] [tgz] |
---|---|---|
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | Mon Aug 15 09:09:16 2011 -0400 |
committer | James Morris <jmorris@namei.org> | Tue Aug 16 09:23:44 2011 +1000 |
tree | d80fa4881dd94a198a6a8c34212e04187dc136ab | |
parent | 7d8db1808a2001077a9f966180c5e4f7cc20d4c7 [diff] |
evm: fix build problems - Make the previously missing security_old_inode_init_security() stub function definition static inline. - The stub security_inode_init_security() function previously returned -EOPNOTSUPP and relied on the callers to change it to 0. The stub security/security_old_inode_init_security() functions now return 0. 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>