Loading fs/coda/cache.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading fs/coda/cnode.c +1 −2 Original line number Diff line number Diff line Loading @@ -120,8 +120,7 @@ void coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, cii = ITOC(inode); if (!coda_fideq(&cii->c_fid, oldfid)) BUG(); BUG_ON(!coda_fideq(&cii->c_fid, oldfid)); /* replace fid and rehash inode */ /* XXX we probably need to hold some lock here! */ Loading Loading
fs/coda/cache.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading
fs/coda/cnode.c +1 −2 Original line number Diff line number Diff line Loading @@ -120,8 +120,7 @@ void coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, cii = ITOC(inode); if (!coda_fideq(&cii->c_fid, oldfid)) BUG(); BUG_ON(!coda_fideq(&cii->c_fid, oldfid)); /* replace fid and rehash inode */ /* XXX we probably need to hold some lock here! */ Loading