From: Mimi Zohar Date: Mon, 15 Aug 2011 13:09:16 +0000 (-0400) Subject: evm: fix build problems X-Git-Tag: v3.2-rc1~190^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e39f384bb01b0395b69cb70c2cacae65012f203;p=pandora-kernel.git 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 Signed-off-by: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed