HomeFreeBSD

vfs: fix vfs_bio_clrbuf() for PAGE_SIZE > block size

Description

vfs: fix vfs_bio_clrbuf() for PAGE_SIZE > block size

Calculate the desired page valid mask using math that will not
overflow the types used.

Sponsored by: Netflix

Reviewed by: mckusick, kib, markj
Differential Revision: https://reviews.freebsd.org/D34837

Details

Provenance
chsAuthored on Jun 22 2022, 12:58 AM
Reviewer
mckusick
Differential Revision
D34837: vfs: fix vfs_bio_clrbuf() for PAGE_SIZE > block size
Parents
rG82817f26f8ec: ffs: fix vn_io_fault_pgmove() offset for PAGE_SIZE > block size
Branches
Unknown
Tags
Unknown