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)
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>

No differences found