patch-2.2.18 linux/include/asm-s390/ccwcache.h

Next file: linux/include/asm-s390/checksum.h
Previous file: linux/include/asm-s390/bitops.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-s390/ccwcache.h linux/include/asm-s390/ccwcache.h
@@ -57,13 +57,14 @@
 /* 
  * ccw_req_t -> status can be:
  */
-#define CQR_STATUS_EMPTY  0x00	/* request is empty */
-#define CQR_STATUS_FILLED 0x01	/* request is ready to be preocessed */
-#define CQR_STATUS_QUEUED 0x02	/* request is queued to be processed */
-#define CQR_STATUS_IN_IO  0x04	/* request is currently in IO */
-#define CQR_STATUS_DONE   0x08	/* request is completed sucessfully */
-#define CQR_STATUS_ERROR  0x10	/* request is completed with error */
-#define CQR_STATUS_FAILED 0x20	/* request is finally failed */
+#define CQR_STATUS_EMPTY    0x00	/* request is empty */
+#define CQR_STATUS_FILLED   0x01	/* request is ready to be preocessed */
+#define CQR_STATUS_QUEUED   0x02	/* request is queued to be processed */
+#define CQR_STATUS_IN_IO    0x04	/* request is currently in IO */
+#define CQR_STATUS_DONE     0x08	/* request is completed sucessfully */
+#define CQR_STATUS_ERROR    0x10	/* request is completed with error */
+#define CQR_STATUS_FAILED   0x20	/* request is finally failed */
+#define CQR_STATUS_FINISHED 0x40	/* request is ready for cleanup */
 
 #ifdef __KERNEL__
 #define SMALLEST_SLAB (sizeof(struct ccw_req_t) <= 128 ? 128 :\

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