From: Christoph Hellwig Date: Tue, 23 Aug 2011 08:28:13 +0000 (+0000) Subject: xfs: remove i_iocount X-Git-Tag: v3.2-rc1~134^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a06fd262dbeb70a2c315f7259e063efa493fe3d;p=pandora-kernel.git xfs: remove i_iocount We now have an i_dio_count filed and surrounding infrastructure to wait for direct I/O completion instead of i_icount, and we have never needed to iocount waits for buffered I/O given that we only set the page uptodate after finishing all required work. Thus remove i_iocount, and replace the actually needed waits with calls to inode_dio_wait. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed