From 4f3ccd76572a83278166c12f3e351e74cc03578c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 20 Jul 2016 16:06:15 -0400 Subject: qstr: constify dentry_init_security Signed-off-by: Al Viro --- security/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/security.c') diff --git a/security/security.c b/security/security.c index 709569305d32..d441f45943e1 100644 --- a/security/security.c +++ b/security/security.c @@ -356,7 +356,7 @@ void security_inode_free(struct inode *inode) } int security_dentry_init_security(struct dentry *dentry, int mode, - struct qstr *name, void **ctx, + const struct qstr *name, void **ctx, u32 *ctxlen) { return call_int_hook(dentry_init_security, -EOPNOTSUPP, dentry, mode, -- cgit v1.2.3