HomeFreeBSD

Linux 5.2 compat: Directly call wait_on_page_bit()

Description

Linux 5.2 compat: Directly call wait_on_page_bit()

wait_on_page_writeback() was made GPL only in torvalds/linux@19343b5bdd.

Directly call wait_on_page_bit() without using wait_on_page_writeback()
interface, given zfs_putpage() is the only caller for now.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8794

Details

Provenance
kusumi.tomohiro_gmail.comAuthored on May 25 2019, 8:42 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on May 25 2019, 8:42 PM
Parents
rG36c110f9943f: Linux 5.2 compat: Fix config/kernel-shrink.m4 test failure
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGbfd5a709e74d: Linux 5.2 compat: Directly call wait_on_page_bit() (authored by Tomohiro Kusumi <kusumi.tomohiro@gmail.com>).May 25 2019, 8:42 PM