linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / coda / cache.c
index 5d05271..c607d92 100644 (file)
@@ -51,7 +51,7 @@ void coda_cache_clear_all(struct super_block *sb)
         struct coda_sb_info *sbi;
 
         sbi = coda_sbp(sb);
-       BUG_ON(!sbi);
+        if (!sbi) BUG();
 
        atomic_inc(&permission_epoch);
 }