linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / mm / pdflush.c
index b02102f..4842716 100644 (file)
@@ -201,7 +201,8 @@ int pdflush_operation(void (*fn)(unsigned long), unsigned long arg0)
        unsigned long flags;
        int ret = 0;
 
-       BUG_ON(fn == NULL);     /* Hard to diagnose if it's deferred */
+       if (fn == NULL)
+               BUG();          /* Hard to diagnose if it's deferred */
 
        spin_lock_irqsave(&pdflush_lock, flags);
        if (list_empty(&pdflush_list)) {