Whamcloud - gitweb
Grab a lov llog lock so we ensure the llog records for a single transno
[fs/lustre-release.git] / lustre / ldlm / l_lock.c
index 69d3f14..024ec26 100644 (file)
@@ -123,9 +123,6 @@ void l_check_no_ns_lock(struct ldlm_namespace *ns)
         if (l_has_lock(&ns->ns_lock) && time_after(jiffies, next_msg)) {
                 CERROR("namespace %s lock held illegally; tell phil\n",
                        ns->ns_name);
-#if (LUSTRE_KERNEL_VERSION >= 30)
-                CERROR(portals_debug_dumpstack());
-#endif
                 next_msg = jiffies + 60 * HZ;
         }
 }