]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
imported patch linux-2.6.18-xen.hg-717-ac9a6209c679 linux-2.6.18-xen.hg-716-d49054ec0cc6
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:05:20 +0000 (12:05 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:05:20 +0000 (12:05 +0000)
include/xen/gnttab.h

index dff05d0e4bb7bf57053577c505511b0d6de17c5f..bb01515ebdaa0a38e1b69428f6adb1d8e7ff9ddb 100644 (file)
@@ -44,7 +44,7 @@
 #include <xen/features.h>
 
 struct gnttab_free_callback {
-       struct list_head list;
+       struct gnttab_free_callback *next;
        void (*fn)(void *);
        void *arg;
        u16 count;