diff options
author | Greg Kurz <groug@kaod.org> | 2021-01-18 15:22:59 +0100 |
---|---|---|
committer | Greg Kurz <groug@kaod.org> | 2021-01-21 17:49:45 +0100 |
commit | feabd6cf78ca3b57da2ce48e95b704e72147bf2c (patch) | |
tree | e17c398181af7c2749ca769fe0e5a33517b60248 /include | |
parent | 2e53160fc62d4d59c76bf93c7a90bd739b8b8157 (diff) |
9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
The fid_list is currently open-coded. This doesn't seem to serve any
purpose that cannot be met with QEMU's generic lists. Let's go for a
QSIMPLEQ : this will allow to add new fids at the end of the list and
to improve the logic in v9fs_mark_fids_unreclaim().
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <20210118142300.801516-3-groug@kaod.org>
Signed-off-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions