Andreas Gruenbacher d6d64dac1d gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanup
In gfs2_write_jdata_batch(), to compute the number of blocks, compute
the total size of the folio batch instead of the number of pages it
contains.  Not a functional change.

Note that we don't currently allow mounting filesystems with a block
size bigger than the page size.  We could change that after converting
the page cache to folios.  The page cache would then only contain
block-size or bigger folios, so rounding wouldn't become an issue here.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
2023-11-06 01:51:25 +01:00
..
2023-09-12 11:28:00 -07:00
2023-09-17 10:33:53 -07:00
2023-09-05 12:45:55 -07:00
2023-09-17 10:33:53 -07:00
2023-09-15 16:48:44 -07:00