nfsd: do not clear rpc_resp in nfsd4_cb_done_sequence
authorBenny Halevy <bhalevy@panasas.com>
Tue, 23 Sep 2014 06:58:49 +0000 (08:58 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 26 Sep 2014 20:29:25 +0000 (16:29 -0400)
This is incorrect when a callback is has to be restarted, in which case
the XDR decoding of the second iteration will see a NULL cb argument.

[hch: updated description]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found