Merge tag 'jfs-5.11' of git://github.com/kleikamp/linux-shaggy
[linux-2.6-microblaze.git] / drivers / block / xen-blkback / common.h
index c6ea5d3..a1b9df2 100644 (file)
@@ -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. */