ANDROID: add blk_mq_freeze_queue and blk_mq_unfreeze_queue to virtual device symbol list

In commit 2a52590ac5 ("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:
Greg Kroah-Hartman
2024-05-01 06:29:03 +00:00
parent 9593a93b85
commit c9bf6f2822

View File

@@ -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