mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
fsdev: Drop unused opaque field
This was introduced along with -fsdev but it never got used. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
7159804d0b
commit
778f0fad5f
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ struct FileOperations
|
||||||
int (*renameat)(FsContext *ctx, V9fsPath *olddir, const char *old_name,
|
int (*renameat)(FsContext *ctx, V9fsPath *olddir, const char *old_name,
|
||||||
V9fsPath *newdir, const char *new_name);
|
V9fsPath *newdir, const char *new_name);
|
||||||
int (*unlinkat)(FsContext *ctx, V9fsPath *dir, const char *name, int flags);
|
int (*unlinkat)(FsContext *ctx, V9fsPath *dir, const char *name, int flags);
|
||||||
void *opaque;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue