On Fri, Jan 18, 2013 at 01:00:44PM +0100, Jan Kara wrote: > The argument b_size of mpage_add_bh_to_extent() was bogus since it was > always == blocksize (which we can easily derive from inode->i_blkbits). > Also second branch of condition: > if (nrblocks >= EXT4_MAX_TRANS_DATA) { > } else if ((nrblocks + (b_size >> mpd->inode->i_blkbits)) > > EXT4_MAX_TRANS_DATA) { > } > was never taken because (b_size >> mpd->inode->i_blkbits) == 1. > > Signed-off-by: Jan Kara <jack@xxxxxxx> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html