diff options
author | Brian Behlendorf <[email protected]> | 2021-07-23 15:28:03 -0700 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2021-09-14 12:40:45 -0700 |
commit | 2f073cc9c67091108c8a96a768e57958906ebfe9 (patch) | |
tree | d1ee187d47930b33ea4b340592ffb76a38075d4a /config/kernel-vfs-set_page_dirty.m4 | |
parent | 729eb4866695bfeaa8f646d7608ce44f653f59e8 (diff) |
Linux 5.14 compat: blk_alloc_disk()
In Linux 5.14, blk_alloc_queue is no longer exported, and its usage
has been superseded by blk_alloc_disk, which returns a gendisk struct
from which we can still retrieve the struct request_queue* that is
needed in the one place where it is used. This also replaces the call
to alloc_disk(minors), and minors is now set via struct member
assignment.
Reviewed-by: Tony Nguyen <[email protected]>
Reviewed-by: Olaf Faaland <[email protected]>
Reviewed-by: Coleman Kane <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #12362
Closes #12409
Diffstat (limited to 'config/kernel-vfs-set_page_dirty.m4')
0 files changed, 0 insertions, 0 deletions