commit | 9153dac13a6966b63183bac450d5cd39b07cc85c | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Wed Mar 31 23:17:38 2021 +0200 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Sat Apr 03 21:38:11 2021 +0200 |
tree | 1ec293a4bb6fc6656e457d855027a10d7ec953c0 | |
parent | 54992257fe4bb9f76f66b3863492aa8cc5567790 [diff] |
gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent Convert gfs2_extent_map to iomap and split it into gfs2_get_extent and gfs2_alloc_extent. Instead of hardcoding the extent size, pass it in via the extlen parameter. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>