On Mon, May 09, 2011 at 01:03:56PM -0000, Darrick J. Wong wrote: > In order to stabilize pages during disk writes, ext4_page_mkwrite must wait for > writeback operations to complete before making a page writable. Furthermore, > the function must return locked pages, and recheck the writeback status if the > page lock is ever dropped. The "someone could wander in" part of this patch > was suggested by Chris Mason. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > > --- > fs/ext4/inode.c | 24 +++++++++++++++++++----- > 1 files changed, 19 insertions(+), 5 deletions(-) Added to the ext4 tree, thanks. - 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