On Mon, Apr 21, 2008 at 05:13:18PM +0200, Miklos Szeredi wrote: > > + if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { > > + printk(KERN_ERR "omfs: block count discrepancy between " > > + "super and root blocks (%llx, %llx)\n", > > + sbi->s_num_blocks, be64_to_cpu(omfs_rb->r_num_blocks)); > > + goto out_bh; > > Jump to wrong label. > > Also label names are a bit chaotic. But that's a matter of taste... Thanks, fixed and I changed the label names to e.g. out_brelse_bh2. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html