]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/xfs/linux-2.6/xfs_aops.c
xfs: move I/O type flags into xfs_aops.c
authorChristoph Hellwig <hch@infradead.org>
Wed, 28 Apr 2010 12:28:57 +0000 (12:28 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:17 +0000 (09:58 -0500)
commit34a52c6c064fb9f1fd1310407ce076a4bb049734
tree2b05a8d21f644ab733f7e242971bd0314c46b355
parent207d041602cead1c1a16288f6225aea9da1f5bc4
xfs: move I/O type flags into xfs_aops.c

The IOMAP_ flags are now only used inside xfs_aops.c for extent
probing and I/O completion tracking, so more them here, and rename
them to IO_* as there's no mapping involved at all.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/xfs_iomap.h