commit | 84dfb926e508aeedd5088a4f029464bf2d5b3791 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed May 18 17:38:07 2011 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Thu Aug 25 20:16:41 2011 +0530 |
tree | 77f48e09688e99c6073b3e720aac9ae9189486b1 | |
parent | 56a7a874e962e28522857fbf72eaefb1a07e2001 [diff] [blame] |
hw/9pfs: Add reference counting for fid Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index 1d8c1b1..e16e5f4 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h
@@ -203,6 +203,8 @@ V9fsXattr xattr; } fs; uid_t uid; + int ref; + int clunked; V9fsFidState *next; };