diff options
author | Zhang Yi <yi.zhang@huawei.com> | 2025-05-12 14:33:12 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2025-05-20 10:31:11 -0400 |
commit | fdbd0df9d4a36c9091d4f7e8cdfbe76c94aab0ab (patch) | |
tree | 4f040f51472e08dc3f03ca6f07fd9ee724bf828b /fs/jbd2/commit.c | |
parent | 1a77a028a392fab66dd637cdfac3f888450d00af (diff) |
ext4: make ext4_mpage_readpages() support large folios
ext4_mpage_readpages() currently assumes that each folio is the size of
PAGE_SIZE. Modify it to atomically calculate the number of blocks per
folio and iterate through the blocks in each folio, which would allow
for support of larger folios.
Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250512063319.3539411-2-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions