projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7159804
)
fsdev: Drop unused opaque field
author
Greg Kurz
<groug@kaod.org>
Fri, 17 May 2019 15:34:48 +0000
(17:34 +0200)
committer
Greg Kurz
<groug@kaod.org>
Fri, 17 May 2019 15:34:48 +0000
(17:34 +0200)
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>
fsdev/file-op-9p.h
patch
|
blob
|
history
diff --git
a/fsdev/file-op-9p.h
b/fsdev/file-op-9p.h
index 3fa062b39f1ba3ff3edf408ed68be33acb0d982f..c757c8099f54789581f5b116cf2af9b58fafff82 100644
(file)
--- a/
fsdev/file-op-9p.h
+++ b/
fsdev/file-op-9p.h
@@
-147,7
+147,6
@@
struct FileOperations
int (*renameat)(FsContext *ctx, V9fsPath *olddir, const char *old_name,
V9fsPath *newdir, const char *new_name);
int (*unlinkat)(FsContext *ctx, V9fsPath *dir, const char *name, int flags);
- void *opaque;
};
#endif