nfsd: move unhash_client_locked call into mark_client_expired_locked
authorJeff Layton <jlayton@primarydata.com>
Wed, 30 Jul 2014 12:27:12 +0000 (08:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Aug 2014 20:28:25 +0000 (16:28 -0400)
commit97403d95e1a7f5b257e90aad1f3284953bc72671
tree2dc3da6b079bb0240606d6672ad79d77e3a6b9ce
parent217526e7ecc9f6f243e976772e81eab7ab986a4c
nfsd: move unhash_client_locked call into mark_client_expired_locked

All the callers except for the fault injection code call it directly
afterward, and in the fault injection case it won't hurt to do so
anyway.

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