On Fri, Sep 30, 2011 at 05:41:56PM +0800, Tao Ma wrote: > From: Tao Ma <boyu.mt@xxxxxxxxxx> > > EXT4_IO_END_UNWRITTEN flag set and the increase of i_aiodio_unwritten > should be done simultaneously since ext4_end_io_nolock always clear the > flag and decrease the counter in the same time. > > We have found some bugs that the flag is set while leaving > i_aiodio_unwritten unchanged(commit 32c80b32c053d). So this patch just tries > to create a helper function to wrap them to avoid any future bug. > The idea is inspired by Eric. > > Cc: Eric Sandeen <sandeen@xxxxxxxxxx> > Signed-off-by: Tao Ma <boyu.mt@xxxxxxxxxx> 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