nfsd4: allow restarting callbacks
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 10 Jan 2011 21:44:41 +0000 (16:44 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 11 Jan 2011 20:04:11 +0000 (15:04 -0500)
If we lose the backchannel and then the client repairs the problem,
resend any callbacks.

We use a new cb_done flag to track whether there is still work to be
done for the callback or whether it can be destroyed with the rpc.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found