From: Jan Kara Date: Tue, 18 Aug 2009 16:32:55 +0000 (+0200) Subject: xfs: Convert sync_page_range() to simple filemap_write_and_wait_range() X-Git-Tag: v2.6.32-rc1~697^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0f4414f343429971d33b0dd8dccc85c1f3dcd2;p=pandora-kernel.git xfs: Convert sync_page_range() to simple filemap_write_and_wait_range() Christoph Hellwig says that it is enough for XFS to call filemap_write_and_wait_range() instead of sync_page_range() because we do all the metadata syncing when forcing the log. CC: Felix Blyakher CC: xfs@oss.sgi.com CC: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed