+0
−2
Loading
Commit 5a3e64ef changed the implementation of bdev_abort_all_buf_io() such that it is no longer necessary to call it multiple times to abort small and large IOs. When modifying callers of bdev_abort_all_buf_io(), it should have retained only one call to bdev_abort_all_buf_io(). This commit eliminates the extraneous calls to bdev_abort_all_buf_io(). Signed-off-by:Mike Gerdts <mgerdts@nvidia.com> Change-Id: If030bbbb1428d1fc51b78dc5c055c6002deb960c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18136 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>