mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
9pfs: cleanup V9fsFidState
Drop V9fsFidState's 'next' member, which is no longer used since:f5265c8f91('9pfs: use GHashTable for fid table') Fixes:f5265c8f91('9pfs: use GHashTable for fid table') Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Reviewed-by: Greg Kurz <groug@kaod.org> Message-Id: <E1tE4v2-0051EH-Ni@kylie.crudebyte.com>
This commit is contained in:
@@ -280,7 +280,6 @@ struct V9fsFidState {
|
||||
uid_t uid;
|
||||
int ref;
|
||||
bool clunked;
|
||||
QSIMPLEQ_ENTRY(V9fsFidState) next;
|
||||
QSLIST_ENTRY(V9fsFidState) reclaim_next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user