bdev: directly split io when split io get buf
Change-Id: I8f88a9794eff4c302de85d56da90319cf2cc2f47 Signed-off-by: Jin Yu <jin.yu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4243 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
aa6b6f081d
commit
c1bfc56488
@ -2137,7 +2137,7 @@ bdev_io_split_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_i
|
||||
return;
|
||||
}
|
||||
|
||||
bdev_io_split(ch, bdev_io);
|
||||
_bdev_io_split(bdev_io);
|
||||
}
|
||||
|
||||
/* Explicitly mark this inline, since it's used as a function pointer and otherwise won't
|
||||
|
Loading…
Reference in New Issue
Block a user