Re: [PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
On Thu, Aug 17, 2023 at 02:50:00PM +0200, Kevin Wolf wrote: > This field has been unused since commit 72373e40fbc ('block: > bdrv_reopen_multiple: refresh permissions on updated graph'). > Remove it. > > Signed-off-by: Kevin Wolf > --- > block.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature
Re: [PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
Am 17/08/2023 um 14:50 schrieb Kevin Wolf: > This field has been unused since commit 72373e40fbc ('block: > bdrv_reopen_multiple: refresh permissions on updated graph'). > Remove it. > > Signed-off-by: Kevin Wolf Reviewed-by: Emanuele Giuseppe Esposito
Re: [PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
On Thu, Aug 17, 2023 at 02:50:00PM +0200, Kevin Wolf wrote: > This field has been unused since commit 72373e40fbc ('block: > bdrv_reopen_multiple: refresh permissions on updated graph'). > Remove it. > > Signed-off-by: Kevin Wolf > --- > block.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Eric Blake
[PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
This field has been unused since commit 72373e40fbc ('block: bdrv_reopen_multiple: refresh permissions on updated graph'). Remove it. Signed-off-by: Kevin Wolf --- block.c | 1 - 1 file changed, 1 deletion(-) diff --git a/block.c b/block.c index a307c151a8..6376452768 100644 --- a/block.c +++ b/block.c @@ -2113,7 +2113,6 @@ static int bdrv_fill_options(QDict **options, const char *filename, typedef struct BlockReopenQueueEntry { bool prepared; - bool perms_checked; BDRVReopenState state; QTAILQ_ENTRY(BlockReopenQueueEntry) entry; } BlockReopenQueueEntry; -- 2.41.0