commit | d346890bea062d697e24fb4e34591428021ad011 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 16 16:22:50 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:26 2010 -0400 |
tree | 9d644b18500a146c51c6e0d2f68bdb636f67fa11 | |
parent | 3b14d6542d7efbec614277d1cd7d6f5b5a2be9ca [diff] [blame] |
NFS: Reduce stack footprint of nfs_proc_remove() Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 38f3b58..8905806 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c
@@ -4815,7 +4815,7 @@ 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;