autofs - constify misc struct path instances

Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Omar Sandoval <osandov@osandov.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Ian Kent
2016-11-28 10:11:59 +08:00
committed by Al Viro
parent f74e7b33c3
commit 455e8f1030
2 changed files with 2 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ static int do_expire_wait(const struct path *path, bool rcu_walk)
if (!expiring)
return autofs4_expire_wait(path, rcu_walk);
else {
struct path this = { .mnt = path->mnt, .dentry = expiring };
const struct path this = { .mnt = path->mnt, .dentry = expiring };
/*
* If we are racing with expire the request might not
* be quite complete, but the directory has been removed