From: Christoph Hellwig Date: Tue, 23 Aug 2011 08:28:12 +0000 (+0000) Subject: xfs: wait for I/O completion when writing out pages in xfs_setattr_size X-Git-Tag: v3.2-rc1~134^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b3ffd7eb7b4392e3657c5046b055ca9f1f7cf5e;p=pandora-kernel.git xfs: wait for I/O completion when writing out pages in xfs_setattr_size The current code relies on the xfs_ioend_wait call later on to make sure all I/O actually has completed. The xfs_ioend_wait call will go away soon, so prepare for that by using the waiting filemap function. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed