Skip to content

Commit

Permalink
block: Remove unused BlockReopenQueueEntry.perms_checked
Browse files Browse the repository at this point in the history
This field has been unused since commit 72373e4 ('block:
bdrv_reopen_multiple: refresh permissions on updated graph').
Remove it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20230911094620.45040-2-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
  • Loading branch information
kevmw committed Sep 20, 2023
1 parent 4907644 commit 7210448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block.c
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,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;
Expand Down

0 comments on commit 7210448

Please sign in to comment.