+5
−5
Loading
Current bdev_abort_buf_io() aborts all queued I/Os due to buffer pool capacity, and we want to use the name for the new function which aborts only the specified I/O if queued. So rename bdev_abort_buf_io() by bdev_abort_all_buf_io() in this patch. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I50a4ef1f5c4d2f8db9a0781413520345a7f13e59 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2395 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Community-CI: Broadcom CI Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Michael Haeuptle <michaelhaeuptle@gmail.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>