patch-2.2.16 linux/include/linux/blk.h

Next file: linux/include/linux/blkdev.h
Previous file: linux/include/linux/ac97_codec.h
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/include/linux/blk.h linux/include/linux/blk.h
@@ -67,6 +67,7 @@
 #ifdef CONFIG_ARCH_S390
 extern int mdisk_init(void);
 extern int dasd_init(void);
+extern int xpram_init(void);
 #endif /* CONFIG_ARCH_S390 */
 
 extern void set_device_ro(kdev_t dev,int flag);
@@ -385,6 +386,7 @@
 
 #elif (MAJOR_NR == DASD_MAJOR)
 
+#define LOCAL_END_REQUEST
 #define DEVICE_NAME "dasd"
 #define DEVICE_REQUEST do_dasd_request
 #define DEVICE_NR(device) (MINOR(device) >> PARTN_BITS)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)