mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
hw/9pfs: Use export flag for indicating security model
This helps to remove some of the structure members Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
@ -40,7 +40,6 @@ typedef struct FsDriverTable {
|
||||
typedef struct FsDriverEntry {
|
||||
char *fsdev_id;
|
||||
char *path;
|
||||
char *security_model;
|
||||
int export_flags;
|
||||
FileOperations *ops;
|
||||
} FsDriverEntry;
|
||||
|
Reference in New Issue
Block a user