From: Al Viro Date: Thu, 21 Jul 2016 02:36:53 +0000 (-0400) Subject: qstr: constify instances in overlayfs X-Git-Tag: v6.1~16127^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29c42e80ba5b1e59a4f427b44e2bdebd347b9409;p=sdk%2Femulator%2Femulator-kernel.git qstr: constify instances in overlayfs Signed-off-by: Al Viro Signed-off-by: Miklos Szeredi --- diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c index f3577395eca5..4036132842b5 100644 --- a/fs/overlayfs/super.c +++ b/fs/overlayfs/super.c @@ -421,7 +421,7 @@ static bool ovl_dentry_weird(struct dentry *dentry) static inline struct dentry *ovl_lookup_real(struct super_block *ovl_sb, struct dentry *dir, - struct qstr *name) + const struct qstr *name) { const struct cred *old_cred; struct dentry *dentry;