commit | beffb8feb6e26851165ee927e0eb963d6db334b0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 16:34:42 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 23:30:06 2016 -0400 |
tree | 26340719b6f22cadae640d868d397ef7d1249a61 | |
parent | 612645f7cfe1221f8066b87d62089719bcf43f68 [diff] [blame] |
qstr: constify instances in nfs Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c index 1868246..191aa57 100644 --- a/fs/nfs/unlink.c +++ b/fs/nfs/unlink.c
@@ -162,7 +162,7 @@ * @dentry: dentry to unlink */ static int -nfs_async_unlink(struct dentry *dentry, struct qstr *name) +nfs_async_unlink(struct dentry *dentry, const struct qstr *name) { struct nfs_unlinkdata *data; int status = -ENOMEM;