X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fcoda%2Fcache.c;h=5d0527133266c9a44cb800c7c2e41979dcaf964e;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=c607d923350a4ee1bb46259ddd39d9761301bb72;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/fs/coda/cache.c b/fs/coda/cache.c index c607d9233..5d0527133 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); }