staging: lustre: ldlm: remove commented call to LBUG
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Tue, 17 Feb 2015 18:34:18 +0000 (20:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 20:23:56 +0000 (12:23 -0800)
This patch removes a commented call to LBUG since lustre should be
cleaned out of debugging macros before moving out of staging.

Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_request.c

index 287da325d92874291c47186ade8a2d761805fbcd..53226b8fff63e909c8a0566c8e43a69485d4e50f 100644 (file)
@@ -1779,7 +1779,6 @@ int ldlm_cancel_resource_local(struct ldlm_resource *res,
                if (opaque != NULL && lock->l_ast_data != opaque) {
                        LDLM_ERROR(lock, "data %p doesn't match opaque %p",
                                   lock->l_ast_data, opaque);
-                       //LBUG();
                        continue;
                }
 
This page took 0.025905 seconds and 5 git commands to generate.