diff options
Diffstat (limited to 'include/linux/evm.h')
-rw-r--r-- | include/linux/evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/evm.h b/include/linux/evm.h index db5556dcdd27..62deb6557d37 100644 --- a/include/linux/evm.h +++ b/include/linux/evm.h | |||
@@ -45,7 +45,7 @@ static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, | |||
45 | } | 45 | } |
46 | #endif | 46 | #endif |
47 | 47 | ||
48 | static int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) | 48 | static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) |
49 | { | 49 | { |
50 | return 0; | 50 | return 0; |
51 | } | 51 | } |