Enabling BLK_MQ_F_BLOCKING for the UFS driver caused a performance
regression (https://b.corp.google.com/issues/296262215). The patch that
fixed that performance regression broke zoned UFS ("BACKPORT: FROMGIT:
block: Improve performance for BLK_MQ_F_BLOCKING drivers"). Until a
better fix is available, unbreak ZUFS by running zoned queues
asynchronously.
Bug: 297542570
Change-Id: I621586ec40b43f5d9ad33675020b8bcfb938f293
Signed-off-by: Bart Van Assche <bvanassche@google.com>