Whamcloud - gitweb
- Do an additional getattr in ll_lookup2 after we get the lock, to refresh the
[fs/lustre-release.git] / lustre / ldlm / ldlm_lock.c
index ed5a3c3..fea73d7 100644 (file)
@@ -450,8 +450,8 @@ static int ldlm_lock_compat_list(struct ldlm_lock *lock, int send_cbs,
                 rc = 0;
 
                 if (send_cbs && child->l_blocking_ast != NULL) {
-                        CDEBUG(D_OTHER, "incompatible; sending blocking "
-                               "AST.\n");
+                        CDEBUG(D_OTHER, "lock %p incompatible; sending "
+                               "blocking AST.\n", child);
                         ldlm_add_ast_work_item(child, lock);
                 }
         }