]> Pileus Git - ~andy/linux/commit
xfs: remove iomap_target
authorChristoph Hellwig <hch@infradead.org>
Wed, 28 Apr 2010 12:28:52 +0000 (12:28 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:16 +0000 (09:58 -0500)
commit046f1685bb5211c3dea74fda0198c19171e9abc9
tree3d01a53802173f26cd0475c74344b598f855e8f2
parent826bf0adce0cddd9c94c2706b63d181dfc5cdaaa
xfs: remove iomap_target

Instead of using the iomap_target field in struct xfs_iomap
and the IOMAP_REALTIME flag just use the already existing
xfs_find_bdev_for_inode helper.  There's some fallout as we
need to pass the inode in a few more places, which we also
use to sanitize some calling conventions.

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.c
fs/xfs/xfs_iomap.h