mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ANDROID: add blk_mq_freeze_queue and blk_mq_unfreeze_queue to virtual device symbol list
In commit2a52590ac5("virtio-blk: Ensure no requests in virtqueues before deleting vqs.") the virtio_blk driver adds calls to blk_mq_freeze_queue and blk_mq_unfreeze_queue, so add them to the virtual device symbol list so that that target will build properly. Fixes:2a52590ac5("virtio-blk: Ensure no requests in virtqueues before deleting vqs.") Change-Id: Iaf7ef825414a5bc3db36cd9479acb0c1a7435e11 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
bpf_trace_run4
|
||||
bpf_trace_run5
|
||||
bpf_trace_run6
|
||||
blk_mq_freeze_queue
|
||||
blk_mq_unfreeze_queue
|
||||
bt_err
|
||||
bt_info
|
||||
bt_warn
|
||||
|
||||
Reference in New Issue
Block a user