commit | d76ee18a8551e33ad7dbd55cac38bc7b094f3abb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Fri May 27 12:23:41 2011 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 28 01:03:21 2011 -0400 |
tree | b65a21c32f7ebd9213886a3a9181ed946ba69777 | |
parent | 3d08bcc887a1c8d12be8d81f747ffa2e8a44b67b [diff] |
fs: block_page_mkwrite should wait for writeback to finish For filesystems such as nilfs2 and xfs that use block_page_mkwrite, modify that function to wait for pending writeback before allowing the page to become writable. This is needed to stabilize pages during writeback for those two filesystems. Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>