]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd4: remove unnecessary comment
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 5 Jun 2012 20:29:06 +0000 (16:29 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 20 Jun 2012 12:59:41 +0000 (08:59 -0400)
commit4ee2917d1fe073cd35df86ade3ac1d0b887218ef
treecc246fdcc0551b2adb5cd7687a739831887374e6
parent266d04da84bf67e36f74a66b7d360eba6e0e3ef6
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 <bfields@redhat.com>
fs/nfsd/nfs4callback.c