]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd4: destroy_clientid simplification
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 14 Mar 2013 22:20:01 +0000 (18:20 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Apr 2013 15:48:36 +0000 (11:48 -0400)
commit4fdf23e5c3981c8a6f4d9339a847b1b61b27bd6a
treea3df8753a4fa892d031b16e88cbc8966523ce2ba
parent539ce796d7ba355154a8d7f7b731f1afce148a83
nfsd4: destroy_clientid simplification

I'm not sure what the check for clientid expiry was meant to do here.

The check for a matching session is redundant given the previous check
for state: a client without state is, in particular, a client without
sessions.

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