[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 5/7] block: convert bdrv_invalidate_cache callba
From: |
Andreas Schwab |
Subject: |
Re: [Qemu-block] [PATCH 5/7] block: convert bdrv_invalidate_cache callback to coroutine_fn |
Date: |
Thu, 15 Mar 2018 14:21:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux) |
block/iscsi.c:2247:6: error: 'BlockDriver {aka struct BlockDriver}' has no
member named 'bdrv_invalidate_cache'; did you mean 'bdrv_co_invalidate_cache'?
.bdrv_invalidate_cache = iscsi_invalidate_cache,
^~~~~~~~~~~~~~~~~~~~~
bdrv_co_invalidate_cache
block/iscsi.c:2247:31: error: 'iscsi_invalidate_cache' undeclared here (not in
a function); did you mean 'iscsi_co_invalidate_cache'?
.bdrv_invalidate_cache = iscsi_invalidate_cache,
^~~~~~~~~~~~~~~~~~~~~~
iscsi_co_invalidate_cache
Andreas.
--
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-block] [PATCH 5/7] block: convert bdrv_invalidate_cache callback to coroutine_fn,
Andreas Schwab <=