bdev/aio: Remove the unused link entry in bdev_aio_task
Signed-off-by: Ziye Yang <ziye.yang@intel.com> Change-Id: I13e745b23c7fe0a5376234ead8c068c72de64a53 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9011 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
7aed75fbc2
commit
bc33302ac0
@ -72,7 +72,6 @@ struct bdev_aio_task {
|
||||
struct iocb iocb;
|
||||
uint64_t len;
|
||||
struct bdev_aio_io_channel *ch;
|
||||
TAILQ_ENTRY(bdev_aio_task) link;
|
||||
};
|
||||
|
||||
struct file_disk {
|
||||
|
Loading…
Reference in New Issue
Block a user