commit | 366e0c1d9116ed03320779ecf9c162204f4c712e | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Tue Nov 20 15:54:10 2007 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:06 2008 -0500 |
tree | 5610f88a5a98d1ba4544d7ed18a9d497f3c63228 | |
parent | f3aba4e5a1b963c8bd43394cb15fb9fb6a229cd2 [diff] |
nfsd4: kill unneeded cl_confirm check We generate a unique cl_confirm for every new client; so if we've already checked that this cl_confirm agrees with the cl_confirm of unconf, then we already know that it does not agree with the cl_confirm of conf. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>