diff options
author | Coleman Kane <[email protected]> | 2021-11-16 00:10:35 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-11-29 10:48:52 -0800 |
commit | c0fb44c50609c973bb06d0ec24e9e659ce6c9446 (patch) | |
tree | 4ff0ecc84fdaa00defed200e43f62477e38cad17 /man/man7 | |
parent | ded851b2e09b86553152bddd1d00d0ff75a8caeb (diff) |
Linux 5.16: wait_on_page_bit() no longer available to modules
Instead, linux/pagemap.h offers a number of folio-specific functions to
be called instead. In this case, module/os/linux/zfs/zfs_vnops_os.c
wants to call wait_on_page_bit(pp, PG_writeback). This gets replaced
with folio_wait_bit(folio_page(pp), PG_writeback). This change modifies
the code to conditionally compile that if configure identifies th
presence of the folio_wait_bit() function.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Coleman Kane <[email protected]>
Closes #12800
Diffstat (limited to 'man/man7')
0 files changed, 0 insertions, 0 deletions