mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
9pfs: drop root_qid
There is no longer a user of root_qid, so drop it. Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Reviewed-by: Greg Kurz <groug@kaod.org> Message-Id: <6896dd161d3257db6b0513842a14f87ca191fdf6.1622821729.git.qemu_oss@crudebyte.com>
This commit is contained in:
parent
f22cad4228
commit
66550339b7
2 changed files with 0 additions and 2 deletions
|
@ -355,7 +355,6 @@ struct V9fsState {
|
|||
int32_t root_fid;
|
||||
Error *migration_blocker;
|
||||
V9fsConf fsconf;
|
||||
V9fsQID root_qid;
|
||||
struct stat root_st;
|
||||
dev_t dev_id;
|
||||
struct qht qpd_table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue