-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 jeffm@xxxxxxxx wrote: > + if (sb_block_count(REISERFS_SB(s)->s_rs) > blocks) { > + reiserfs_error(th->t_super, "bitmap-4072", > + "Trying to free block outside file system " > + "boundaries (%lu > %lu)", > + block, blocks); > + return; > + } Should be: if (block > sb_block_count(REISERFS_SB(s)->s_rs)) { reiserfs_error(th->t_super, "bitmap-4072", "Trying to free block outside file system " "boundaries (%lu > %lu)", block, sb_block_count(REISERFS_SB(s)->s_rs)); return; Too many balls in the air. - -Jeff - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGcBMgLPWxlyuTD7IRAjgWAKCQMKvTGYkYtv2kQmA5kCFqzFvtJACgkdxM 4FGl1fbMzWx/ONgjmoVtW1M= =xFYz -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html