diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index c4bb47db30ee..4838e7fefa1f 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -356,7 +356,7 @@ void security_inode_free(struct inode *inode) | |||
356 | } | 356 | } |
357 | 357 | ||
358 | int security_dentry_init_security(struct dentry *dentry, int mode, | 358 | int security_dentry_init_security(struct dentry *dentry, int mode, |
359 | struct qstr *name, void **ctx, | 359 | const struct qstr *name, void **ctx, |
360 | u32 *ctxlen) | 360 | u32 *ctxlen) |
361 | { | 361 | { |
362 | return call_int_hook(dentry_init_security, -EOPNOTSUPP, dentry, mode, | 362 | return call_int_hook(dentry_init_security, -EOPNOTSUPP, dentry, mode, |