nfsd4: centralize renew_client() calls
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 12 Oct 2011 20:24:27 +0000 (16:24 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 17 Oct 2011 21:09:37 +0000 (17:09 -0400)
There doesn't seem to be any harm to renewing the client a bit earlier,
when it is looked up.  That saves us from having to sprinkle
renew_client calls over quite so many places.

Also remove a redundant comment and do a little cleanup.

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

No differences found