commit | 046f1685bb5211c3dea74fda0198c19171e9abc9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Apr 28 12:28:52 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:16 2010 -0500 |
tree | 3d01a53802173f26cd0475c74344b598f855e8f2 | |
parent | 826bf0adce0cddd9c94c2706b63d181dfc5cdaaa [diff] |
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>