mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 05:32:27 +00:00
qstr: constify instances in overlayfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
dbc816d05d
commit
29c42e80ba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user