Skip to content

Commit

Permalink
qstr: constify instances in overlayfs
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
  • Loading branch information
Al Viro authored and Miklos Szeredi committed Jul 29, 2016
1 parent dbc816d commit 29c42e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/overlayfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 29c42e8

Please sign in to comment.