diff options
author | Aya Mahfouz <[email protected]> | 2015-02-17 20:34:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-02-26 12:23:56 -0800 |
commit | 17ca290e25e6c2056dbf8a6fe0a146c191f10689 (patch) | |
tree | 1be3d601108688bd04971578a4864682577d39e9 | |
parent | 43da0d92ab7d05dd817bb6f3381629162bf25ecd (diff) |
staging: lustre: ldlm: remove commented call to LBUG
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_request.c b/drivers/staging/lustre/lustre/ldlm/ldlm_request.c index 287da325d928..53226b8fff63 100644 --- a/drivers/staging/lustre/lustre/ldlm/ldlm_request.c +++ b/drivers/staging/lustre/lustre/ldlm/ldlm_request.c @@ -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; } |