From: J. Bruce Fields Date: Fri, 18 Jul 2014 19:06:47 +0000 (-0400) Subject: nfsd4: CREATE_SESSION should update backchannel immediately X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a371442112856388c3c2fd4b0867ef3280896a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed