]> err.no Git - linux-2.6/blobdiff - include/asm-x86/scatterlist_32.h
[IPSEC]: Kill afinfo->nf_post_routing
[linux-2.6] / include / asm-x86 / scatterlist_32.h
index bd5164aa8f63e24f013b4b2dea3477a1df6f4e4f..0e7d997a34be7c4aaf16da9201c7b2700de4157e 100644 (file)
@@ -4,7 +4,10 @@
 #include <asm/types.h>
 
 struct scatterlist {
-    struct page                *page;
+#ifdef CONFIG_DEBUG_SG
+    unsigned long      sg_magic;
+#endif
+    unsigned long      page_link;
     unsigned int       offset;
     dma_addr_t         dma_address;
     unsigned int       length;