X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fcoda%2Fcache.c;h=5d0527133266c9a44cb800c7c2e41979dcaf964e;hb=2e1ca21d46aaef95101723fa402f39d3a95aba59;hp=c607d923350a4ee1bb46259ddd39d9761301bb72;hpb=e7de369050534025b33aab1033358bf47a577e4d;p=powerpc.git diff --git a/fs/coda/cache.c b/fs/coda/cache.c index c607d92335..5d05271332 100644 --- a/fs/coda/cache.c +++ b/fs/coda/cache.c @@ -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); }