]> git.baikalelectronics.ru Git - kernel.git/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)
commite7c8015dd55d4043d11d13b2312fdec7d8699b92
tree3d01a53802173f26cd0475c74344b598f855e8f2
parentff814de35dc0382f6e85b0c38e88949ea7f85e53
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