From: Darrick J. Wong Date: Fri, 27 May 2011 19:23:34 +0000 (-0700) Subject: mm: Wait for writeback when grabbing pages to begin a write X-Git-Tag: v3.0-rc1~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d08bcc887a1c8d12be8d81f747ffa2e8a44b67b;p=pandora-kernel.git mm: Wait for writeback when grabbing pages to begin a write When grabbing a page for a buffered IO write, the mm should wait for writeback on the page to complete so that the page does not become writable during the IO operation. This change is needed to provide page stability during writes for all filesystems. Signed-off-by: Darrick J. Wong Signed-off-by: Al Viro --- Reading git-diff-tree failed