On Thu, Jun 11, 2015 at 09:08:36AM +0900, Seunghun Lee wrote: > Hi, > > I was running fsstress on encrypted ext4 image, > and I hit BUG_ON(blocksize != PAGE_CACHE_SIZE); in __ext4_block_zero_page_range. > > It occurs when I'm using filesytem that has small block size(1024 bytes). Yes, we don't have support for blocksize != pagesize yet. This should have been prevented when the file system was mounted. I thought we had that check, but obviously we had forgotten to add it or it had somehow gotten dropped. Thanks for the bug report. Regards, - 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