X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fnfs%2Funlink.c;h=191aa577dd1f3a2d31b23fd430748e58bd079138;hb=d3396e1e4ec4aa41ef563841e8ba511ae0589003;hp=1868246f56e6f0602140c29322d9cf7dc2234501;hpb=30402c8949934fbaca07d9c20074d0d7a5a8385f;p=deliverable%2Flinux.git diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c index 1868246f56e6..191aa577dd1f 100644 --- a/fs/nfs/unlink.c +++ b/fs/nfs/unlink.c @@ -162,7 +162,7 @@ static int nfs_call_unlink(struct dentry *dentry, struct nfs_unlinkdata *data) * @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;