]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
nfsd4: kill unneeded cl_confirm check
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 20 Nov 2007 20:54:10 +0000 (15:54 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:06 +0000 (16:42 -0500)
commit366e0c1d9116ed03320779ecf9c162204f4c712e
tree5610f88a5a98d1ba4544d7ed18a9d497f3c63228
parentf3aba4e5a1b963c8bd43394cb15fb9fb6a229cd2
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>
fs/nfsd/nfs4state.c