]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/coda/cache.c
[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanup
[linux-2.6-omap-h63xx.git] / fs / coda / cache.c
index c607d923350a4ee1bb46259ddd39d9761301bb72..5d0527133266c9a44cb800c7c2e41979dcaf964e 100644 (file)
@@ -51,7 +51,7 @@ void coda_cache_clear_all(struct super_block *sb)
         struct coda_sb_info *sbi;
 
         sbi = coda_sbp(sb);
-        if (!sbi) BUG();
+       BUG_ON(!sbi);
 
        atomic_inc(&permission_epoch);
 }