From: Christoph Hellwig Date: Wed, 3 Dec 2008 11:20:39 +0000 (+0100) Subject: move vn_iowait / vn_iowake into xfs_aops.c X-Git-Tag: v2.6.29-rc1~552^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e41b3d521f52771354a718042a753a3e77df0a;p=pandora-kernel.git move vn_iowait / vn_iowake into xfs_aops.c The whole machinery to wait on I/O completion is related to the I/O path and should be there instead of in xfs_vnode.c. Also give the functions more descriptive names. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed