From: J. Bruce Fields Date: Tue, 5 Jun 2012 20:29:06 +0000 (-0400) Subject: nfsd4: remove unnecessary comment X-Git-Tag: v3.6-rc1~35^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9068bed1a35da413df8751b8b1b845a04f62b9fd;p=pandora-kernel.git nfsd4: remove unnecessary comment For the most part readers of cl_cb_state only need a value that is "eventually" right. And the value is set only either 1) in response to some change of state, in which case it's set to UNKNOWN and then a callback rpc is sent to probe the real state, or b) in the handling of a response to such a callback. UNKNOWN is therefore always a "temporary" state, and for the other states we're happy to accept last writer wins. So I think we're OK here. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed