From: Christoph Hellwig Date: Sun, 18 Dec 2011 20:00:14 +0000 (+0000) Subject: xfs: cleanup xfs_file_aio_write X-Git-Tag: v3.3-rc1~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d060646436233912178e6b9e3a7f30a41214220f;p=pandora-kernel.git xfs: cleanup xfs_file_aio_write With all the size field updates out of the way xfs_file_aio_write can be further simplified by pushing all iolock handling into xfs_file_dio_aio_write and xfs_file_buffered_aio_write and using the generic generic_write_sync helper for synchronous writes. Reviewed-by: Dave Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed