Minor cleanup.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 23 Aug 2005 17:32:44 +0000 (17:32 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 23 Aug 2005 17:32:44 +0000 (17:32 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/xen/blkback/common.h

index 3ea4f17b9206dac34d1c2a5c3dbdf4e2fe340bf2..fbac4a4065e6ab3a2856b594b1e83973220af9b0 100644 (file)
@@ -57,11 +57,6 @@ typedef struct blkif_st {
     struct vbd        vbd;
     /* Private fields. */
     enum { DISCONNECTED, CONNECTED } status;
-    /*
-     * DISCONNECT response is deferred until pending requests are ack'ed.
-     * We therefore need to store the id from the original request.
-     */
-    u8               disconnect_rspid;
 #ifdef CONFIG_XEN_BLKDEV_TAP_BE
     /* Is this a blktap frontend */
     unsigned int     is_blktap;
@@ -102,8 +97,6 @@ void vbd_free(struct vbd *vbd);
 unsigned long vbd_size(struct vbd *vbd);
 unsigned int vbd_info(struct vbd *vbd);
 unsigned long vbd_secsize(struct vbd *vbd);
-void vbd_destroy(blkif_be_vbd_destroy_t *delete); 
-void destroy_all_vbds(blkif_t *blkif);
 
 struct phys_req {
     unsigned short       dev;