commit | 25e41b3d521f52771354a718042a753a3e77df0a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Dec 03 12:20:39 2008 +0100 |
committer | Niv Sardi <xaiki@sgi.com> | Thu Dec 04 15:39:24 2008 +1100 |
tree | 947d169a36fad5355abb9bc512a1a488bc13439c | |
parent | 583fa586f0e4a8222dd091ce971b85c1364f3d92 [diff] |
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 <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>