patch-2.4.18 linux/include/asm-s390x/scatterlist.h
Next file: linux/include/asm-s390x/setup.h
Previous file: linux/include/asm-s390x/s390-gdbregs.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Dec 21 16:25:31 2001
- Orig file:
linux.orig/include/asm-s390x/scatterlist.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/asm-s390x/scatterlist.h linux/include/asm-s390x/scatterlist.h
@@ -2,7 +2,15 @@
#define _ASMS390X_SCATTERLIST_H
struct scatterlist {
- char * address; /* Location data is to be transferred to */
+ /* This will disappear in 2.5.x */
+ char *address;
+
+ /* These two are only valid if ADDRESS member of this
+ * struct is NULL.
+ */
+ struct page *page;
+ unsigned int offset;
+
unsigned int length;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)