]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd4: CREATE_SESSION should update backchannel immediately
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 18 Jul 2014 19:06:47 +0000 (15:06 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 21 Jul 2014 16:30:50 +0000 (12:30 -0400)
commit57a371442112856388c3c2fd4b0867ef3280896a
tree1e6445f49419da21ce5b385e22ac8c83e0f20fd1
parent22cb43855dce2cb1b23c5b8c5c83e9baa4cfde6e
nfsd4: CREATE_SESSION should update backchannel immediately

nfsd4_probe_callback kicks off some work that will eventually run
nfsd4_process_cb_update and update the session flags.  In theory we
could process a following SEQUENCE call before that update happens
resulting in flags that don't accurately represent, for example, the
lack of a backchannel.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c