diff options
Diffstat (limited to 'fs/dlm/ast.c')
-rw-r--r-- | fs/dlm/ast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/ast.c b/fs/dlm/ast.c index a211330cbc42..f91d39cb1e0b 100644 --- a/fs/dlm/ast.c +++ b/fs/dlm/ast.c | |||
@@ -38,6 +38,7 @@ void dlm_add_ast(struct dlm_lkb *lkb, int type) | |||
38 | dlm_user_add_ast(lkb, type); | 38 | dlm_user_add_ast(lkb, type); |
39 | return; | 39 | return; |
40 | } | 40 | } |
41 | DLM_ASSERT(lkb->lkb_astaddr != DLM_FAKE_USER_AST, dlm_print_lkb(lkb);); | ||
41 | 42 | ||
42 | spin_lock(&ast_queue_lock); | 43 | spin_lock(&ast_queue_lock); |
43 | if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) { | 44 | if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) { |