Spdk/module/bdev
Tomasz Zawadzki 4e4c293b9a lvol: do not use task->status
There is no point in setting this value on submission
and changing it on callback.
Since it is based on blob bserrno.

lvol_task is removed in next patch.

This change was motivated by lvol_op_comp() accessing
the task->status pointer on hot path for I/O.
There is no need to do so, so just pass status.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I17461fcf355f771f4de4e6d5ec1900d5042bd3d5
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1804
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2020-04-24 15:45:21 +00:00
..
aio lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
compress lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
crypto lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
delay module/delay_bdev: remove unreachable code. 2020-04-22 09:21:04 +00:00
error make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
ftl make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
gpt make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
iscsi lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
lvol lvol: do not use task->status 2020-04-24 15:45:21 +00:00
malloc make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
null lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
nvme bdev/nvme: add an assert for nvme_bdev_ctrlr when populating namespaces. 2020-04-24 07:07:43 +00:00
ocf ocf: update ocf submodule to v20.3 2020-04-17 07:32:48 +00:00
passthru make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
pmem make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
raid make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
rbd bdev/rbd: add ceph rbd resize function. 2020-04-23 07:28:10 +00:00
rpc make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
split make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
uring lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
virtio lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
zone_block make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
Makefile bdev/ftl: Remove NVMe dependencies 2020-01-15 12:24:44 +00:00