summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dasd_eckd.h
diff options
context:
space:
mode:
authorStefan Haberland <sth@linux.vnet.ibm.com>2016-08-08 15:53:54 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-12-12 12:04:37 +0100
commitc93461515a1a16486f4e483cb34170366fa73ea1 (patch)
treeae5ea26b0f7046c63914277799c72f83a2da14d5 /drivers/s390/block/dasd_eckd.h
parent7df11604592b579bce2762783c21569d02272332 (diff)
downloadop-kernel-dev-c93461515a1a16486f4e483cb34170366fa73ea1.zip
op-kernel-dev-c93461515a1a16486f4e483cb34170366fa73ea1.tar.gz
s390/dasd: extend dasd path handling
Store flags and path_data per channel path. Implement get/set functions for various path masks. The patch does not add functional changes. Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/block/dasd_eckd.h')
-rw-r--r--drivers/s390/block/dasd_eckd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/block/dasd_eckd.h b/drivers/s390/block/dasd_eckd.h
index 5980362..e491f44 100644
--- a/drivers/s390/block/dasd_eckd.h
+++ b/drivers/s390/block/dasd_eckd.h
@@ -535,8 +535,7 @@ struct dasd_eckd_private {
struct dasd_eckd_characteristics rdc_data;
u8 *conf_data;
int conf_len;
- /* per path configuration data */
- struct dasd_conf_data *path_conf_data[8];
+
/* pointers to specific parts in the conf_data */
struct dasd_ned *ned;
struct dasd_sneq *sneq;
OpenPOWER on IntegriCloud