]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Linux 5.2 compat: Directly call wait_on_page_bit()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 25 May 2019 20:42:09 +0000 (05:42 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 25 May 2019 20:42:09 +0000 (13:42 -0700)
commitbfd5a709e74dfe9358b339b4a17c4ad6567b85c7
tree9b6617b5977cf7d9f3037bcc183424fdeeeb25d6
parent36c110f9943f3abe2ac59ffa7e76b48e8dbfc1b6
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
module/zfs/zfs_vnops.c