mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
include/linux/security.h: fix security_inode_init_security() arg
Make the security_inode_init_security() initxattrs arg const, to match the non-stubbed version of that function. Cc: James Morris <jmorris@namei.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
af7ff2c2c4
commit
1933ca8771
1 changed files with 1 additions and 1 deletions
|
@ -2044,7 +2044,7 @@ static inline void security_inode_free(struct inode *inode)
|
|||
static inline int security_inode_init_security(struct inode *inode,
|
||||
struct inode *dir,
|
||||
const struct qstr *qstr,
|
||||
initxattrs initxattrs,
|
||||
const initxattrs initxattrs,
|
||||
void *fs_data)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue