提交 29c42e80 编写于 作者: A Al Viro 提交者: Miklos Szeredi

qstr: constify instances in overlayfs

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
上级 dbc816d0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册