Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29c42e80 authored by Al Viro's avatar Al Viro Committed by Miklos Szeredi
Browse files

qstr: constify instances in overlayfs

parent dbc816d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;