From 3fa2a8d1cd5794dd20c5bdb71e5a6db4b6f8eb4f Mon Sep 17 00:00:00 2001 From: Venkateswararao Jujjuri Date: Tue, 9 Aug 2011 00:00:01 +0530 Subject: hw/9pfs: Update v9fs_symlink to use coroutines Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Aneesh Kumar K.V --- hw/9pfs/virtio-9p.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'hw/9pfs/virtio-9p.h') diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index e7d87d9881..29f31840cc 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -305,18 +305,6 @@ typedef struct V9fsWstatState struct stat stbuf; } V9fsWstatState; -typedef struct V9fsSymlinkState -{ - V9fsPDU *pdu; - size_t offset; - V9fsString name; - V9fsString symname; - V9fsString fullname; - V9fsFidState *dfidp; - V9fsQID qid; - struct stat stbuf; -} V9fsSymlinkState; - typedef struct V9fsIattr { int32_t valid; -- cgit v1.2.3