diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-10-13 13:21:00 +0530 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-10-15 15:30:27 +0530 |
commit | b97400caef60ccfb0bc81c59f8bd824c43a0d6c8 (patch) | |
tree | 22bf03bd2f95f8e01dc4312cd94c176cbc7ea0c3 /fsdev/qemu-fsdev.h | |
parent | fbcbf101aa8c6f069f777960ee0b26a11fe3386f (diff) |
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>
Diffstat (limited to 'fsdev/qemu-fsdev.h')
-rw-r--r-- | fsdev/qemu-fsdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fsdev/qemu-fsdev.h b/fsdev/qemu-fsdev.h index 69baafc0a0..5099085720 100644 --- a/fsdev/qemu-fsdev.h +++ b/fsdev/qemu-fsdev.h @@ -40,7 +40,6 @@ typedef struct FsDriverTable { typedef struct FsDriverEntry { char *fsdev_id; char *path; - char *security_model; int export_flags; FileOperations *ops; } FsDriverEntry; |