X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fcoda%2Fcache.c;h=5d0527133266c9a44cb800c7c2e41979dcaf964e;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=c607d923350a4ee1bb46259ddd39d9761301bb72;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;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); }