gfs2: don't use buffer_heads in gfs2_allocate_page_backing
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2019 21:54:38 +0000 (23:54 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 3 Jul 2019 12:45:18 +0000 (14:45 +0200)
commit35af80aef99b34993783c34029d2196717e693c8
treee0c4c82d820abc3e462e322a957e07b5f805b655
parent7770c93a46e6d2dc6e7c2172d83f2f5aca947cf7
gfs2: don't use buffer_heads in gfs2_allocate_page_backing

Rewrite gfs2_allocate_page_backing to call gfs2_iomap_get_alloc and operate on
struct iomap directly.

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