Whamcloud - gitweb
LU-6356 ptlrpc: do not switch out-of-date context 08/15708/3
authorSebastien Buisson <sebastien.buisson@bull.net>
Thu, 23 Jul 2015 11:37:37 +0000 (13:37 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 1 Sep 2015 03:00:45 +0000 (03:00 +0000)
When trying to replace a dead sec context with a new one, we must
ensure the new context is already up-to-date.
If it is not the case, just return from sptlrpc_req_replace_dead_ctx()
and come later when the new context has been updated.

Signed-off-by: Sebastien Buisson <sebastien.buisson@bull.net>
Change-Id: I3b0862f838b917b568e08d46a24581a39c9459c1
Reviewed-on: http://review.whamcloud.com/15708
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/sec.c

index ccb6d82..254aed5 100644 (file)
@@ -581,6 +581,14 @@ int sptlrpc_req_replace_dead_ctx(struct ptlrpc_request *req)
 
                set_current_state(TASK_INTERRUPTIBLE);
                schedule_timeout(msecs_to_jiffies(MSEC_PER_SEC));
+       } else if (unlikely(test_bit(PTLRPC_CTX_UPTODATE_BIT, &newctx->cc_flags)
+                           == 0)) {
+               /*
+                * new ctx not up to date yet
+                */
+               CDEBUG(D_SEC,
+                      "ctx (%p, fl %lx) doesn't switch, not up to date yet\n",
+                      newctx, newctx->cc_flags);
        } else {
                 /*
                  * it's possible newctx == oldctx if we're switching