s390/dasd: Add missing intensity definition
authorJan Höppner <hoeppner@linux.ibm.com>
Fri, 7 Jun 2019 14:58:38 +0000 (16:58 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 11 Jul 2019 18:39:54 +0000 (20:39 +0200)
The definition for the bit that removes the write permission for record
zero when formatting was missing. Add it to complete the list.

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/uapi/asm/dasd.h

index e73e1b0..48a2f47 100644 (file)
@@ -193,6 +193,7 @@ typedef struct format_data_t {
 #define DASD_FMT_INT_FMT_HA    2       /* write home address, also set FMT_R0 ! */
 #define DASD_FMT_INT_INVAL     4       /* invalidate tracks */
 #define DASD_FMT_INT_COMPAT    8       /* use OS/390 compatible disk layout */
+#define DASD_FMT_INT_FMT_NOR0  16      /* remove permission to write record zero */
 
 /*
  * struct format_check_t