nfsd4: remove unnecessary cl_verifier check from setclientid_confirm
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 20 Nov 2007 21:52:07 +0000 (16:52 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:05 +0000 (16:42 -0500)
commitf3aba4e5a1b963c8bd43394cb15fb9fb6a229cd2
tree9d4ad0e722f4266bac28450ca7a511eee9c22a5f
parentf394baad139f8a67a40b4246d53d3b818af2eb88
nfsd4: remove unnecessary cl_verifier check from setclientid_confirm

Again, the only way conf and unconf can have the same clientid is if
they were created in the "probable callback update" case of setclientid,
in which case we already know that the cl_verifier fields must agree.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4state.c