diff options
author | Alexander Motin <[email protected]> | 2021-08-17 11:47:00 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-17 09:47:00 -0600 |
commit | 7f9d9e6f39fdcbd048b5f9991186da2e14d8139c (patch) | |
tree | 0de300152915f1e9b782e23b054a234f327a35e8 /include | |
parent | e829a865bf6482a0d62913f528e516ce3b759d7b (diff) |
Avoid vq_lock drop in vdev_queue_aggregate()
vq_lock is already too congested for two more operations per I/O.
Instead of dropping and reacquiring it inside vdev_queue_aggregate()
delegate the zio_vdev_io_bypass() and zio_execute() calls for parent
I/Os to callers, that drop the lock any way to execute the new I/O.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Mark Maybee <[email protected]>
Reviewed-by: Brian Atkinson <[email protected]>
Signed-off-by: Alexander Motin <[email protected]>
Sponsored-By: iXsystems, Inc.
Closes #12297
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions