X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fblock%2Fxen-blkback%2Fcommon.h;h=a1b9df2c4ef1a56ce3dd3f26bc5feb53844f8f21;hb=9867cb1fd510187d8f828540bdb48f78fceb70b3;hp=c6ea5d38c509a62788fd1dad811403ebb838eb31;hpb=68a3633694ab37b368edc30d59235e8348e2d00e;p=linux-2.6-microblaze.git diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index c6ea5d38c509..a1b9df2c4ef1 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h @@ -288,9 +288,7 @@ struct xen_blkif_ring { struct work_struct persistent_purge_work; /* Buffer of free pages to map grant refs. */ - spinlock_t free_pages_lock; - int free_pages_num; - struct list_head free_pages; + struct gnttab_page_cache free_pages; struct work_struct free_work; /* Thread shutdown wait queue. */