mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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 <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
43da0d92ab
commit
17ca290e25
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user