commit | f64262f3f331b8940a928b110e1f7eb749c4dc22 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Sun Oct 29 21:56:52 2023 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Mon Nov 06 17:23:48 2023 +0100 |
tree | 2d491e72b6d8818185961108773e07028d05a3f6 | |
parent | 7fac529dd288a701d1053867c53513bddfc1ed9f [diff] |
gfs: Smaller journal reservations in gfs2_iomap_write_alloc Compute a tighter journal block reservation boundary in gfs2_iomap_write_alloc() by taking into account that we will not allocate more than one extent of data blocks in a single transaction. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>