gfs2: use iomap_bmap instead of generic_block_bmap
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2019 21:54:36 +0000 (23:54 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 3 Jul 2019 12:45:18 +0000 (14:45 +0200)
commit7770c93a46e6d2dc6e7c2172d83f2f5aca947cf7
tree4dc6df5f476093f103642871a3e69825365a95df
parent378b6cbfb82f2a8bb47ae3b1dac0419b57d84a36
gfs2: use iomap_bmap instead of generic_block_bmap

No need to indirect through get_blocks and buffer_heads when we can just use
the iomap version.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/aops.c