commit | a50d2ad1721c0c785e9a74c0003ca044de6868a5 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Oct 12 16:24:27 2011 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 17 17:09:37 2011 -0400 |
tree | 2664edfe88903ea29c1b195b46442cac950e0a30 | |
parent | 01cd4afadbf376de07d364a632cc82a0fc5e8655 [diff] |
nfsd4: centralize renew_client() calls 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>