nfsd4: expire old client earlier
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 12 Sep 2012 18:41:31 +0000 (14:41 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 1 Oct 2012 21:40:03 +0000 (17:40 -0400)
commit8f9d3d3b7cd25763efec91db23a1cce1971147c2
tree5bcc1686e9201ec519455e8d3aa6aadd8759fe31
parent81f0b2a4965da2a48aed5e992f2bc859e5d35066
nfsd4: expire old client earlier

Before we had to delay expiring a client till we'd found out whether the
session and connection allocations would succeed.  That's no longer
necessary.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c