Skip to content

Commit

Permalink
fsdev: Drop unused opaque field
Browse files Browse the repository at this point in the history
This was introduced along with -fsdev but it never got used.

Signed-off-by: Greg Kurz <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
  • Loading branch information
gkurz committed May 17, 2019
1 parent 7159804 commit 778f0fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsdev/file-op-9p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 778f0fa

Please sign in to comment.