]> err.no Git - linux-2.6/blobdiff - fs/dlm/ast.c
Pull hp-pci-root into test branch
[linux-2.6] / fs / dlm / ast.c
index a211330cbc422ec2850211fbe72024c4cf05c1cb..f91d39cb1e0bd06e77d0a62b90c87840ca2bba07 100644 (file)
@@ -38,6 +38,7 @@ void dlm_add_ast(struct dlm_lkb *lkb, int type)
                dlm_user_add_ast(lkb, type);
                return;
        }
+       DLM_ASSERT(lkb->lkb_astaddr != DLM_FAKE_USER_AST, dlm_print_lkb(lkb););
 
        spin_lock(&ast_queue_lock);
        if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) {