]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Linux compat 4.16: blk_queue_flag_{set,clear}
authorGiuseppe Di Natale <dinatale2@users.noreply.github.com>
Tue, 10 Apr 2018 17:32:14 +0000 (10:32 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 10 Apr 2018 17:32:14 +0000 (10:32 -0700)
commit10f88c5cd523eec8431941abf00017fc8fb67fd3
tree65c95f0c29cb3677fd246d217d4b55442737f6b1
parent74df0c5e251a920a1966a011c16f960cd7ba562e
Linux compat 4.16: blk_queue_flag_{set,clear}

queue_flag_{set,clear}_unlocked are now private interfaces in
the Linux kernel (https://github.com/torvalds/linux/commit/8a0ac14).
Use blk_queue_flag_{set,clear} interfaces which were introduced as
of https://github.com/torvalds/linux/commit/8814ce8.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #7410
config/kernel-blk-queue-flags.m4 [new file with mode: 0644]
config/kernel.m4
include/linux/blkdev_compat.h
module/zfs/zvol.c