On Fri, Jan 18, 2013 at 01:00:46PM +0100, Jan Kara wrote: > So far ext4_writepage() skipped writing pages that had any delayed or > unwritten buffers attached. When blocksize < pagesize this breaks > data=ordered mode guarantees as we can have a page with one freshly > allocated buffer whose allocation is part of the committing transaction > and another buffer in the page which is delayed or unwritten. So fix this > problem by calling ext4_bio_writepage() anyway. It will submit mapped > buffers and leave others alone. > > 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