commit | d01c41f58b527b45bf4e830648b7e62266953ceb | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Aug 23 13:16:04 2018 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Sat Sep 01 07:28:43 2018 +0100 |
tree | 9f639298792d580063b1451ab69ab603ecb05994 | |
parent | 2c3ac422f0622801c32e304b67987a7d0de0ae1d [diff] |
gfs2: Get rid of gfs2_write_calc_reserv in gfs2_iomap_begin_write Compute the number of blocks to allocate in gfs2_compute_alloc_size. This allows to get rid of gfs2_write_calc_reserv in gfs2_iomap_begin_write. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>