NFS: Reduce stack footprint of nfs_proc_remove()
[deliverable/linux.git] / fs / nfs / nfs4xdr.c
index 38f3b582e7c246c4552b2b1b11a618b8eff93f26..890580642dc0e478e218903dbef0915aa2d9e568 100644 (file)
@@ -4815,7 +4815,7 @@ static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, __be32 *p, struct nfs_rem
                goto out;
        if ((status = decode_remove(&xdr, &res->cinfo)) != 0)
                goto out;
-       decode_getfattr(&xdr, &res->dir_attr, res->server,
+       decode_getfattr(&xdr, res->dir_attr, res->server,
                        !RPC_IS_ASYNC(rqstp->rq_task));
 out:
        return status;
This page took 0.026382 seconds and 5 git commands to generate.