aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-runner/bin
diff options
context:
space:
mode:
authorColeman Kane <[email protected]>2021-11-16 00:10:35 -0500
committerTony Hutter <[email protected]>2021-12-06 12:22:38 -0800
commit12d27e71349bbbfe97686fa1e153e29d3355c926 (patch)
tree1bac5b641d305f1c5b3cc905ee968d217798ad96 /tests/test-runner/bin
parenta1a29bf8fcfc887673e1dd7a2bf9abdb0aa8fc8c (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 'tests/test-runner/bin')
0 files changed, 0 insertions, 0 deletions