]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
S390 dasd: fix data size for PSF/PRSSD command
authorStefan Weinhuber <wein@de.ibm.com>
Fri, 22 Aug 2008 17:40:08 +0000 (17:40 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Sep 2008 11:44:18 +0000 (04:44 -0700)
commita87a91ca57d61754926b25f06b0b36dcfbee6ae4
tree57b50abdda2895a3c294afd8d80897d9bffcfb28
parent04df0a8eff17f98785c43138e14fdf60f080a378
S390 dasd: fix data size for PSF/PRSSD command

commit 49fd38bdaa96f093fcad3176a781a4d0de8f8602 upstream

The Perform Subsystem Function/Prepare for Read Subsystem Data
command requires 12 bytes of parameter data, but the respective data
structure dasd_psf_prssd_data has a length of 16 bytes.
Current storage servers ignore the obsolete bytes, but older models
fail to execute the command and report an incorrect length error.
This causes the device initilization for these devices to fail.
To fix this problem we need to correct the dasd_psf_prssd_data
structure and shorten it to the correct length.

Reported-by: Ivan Warren <ivan@vmfacility.fr>
Reviewed-by: Ivan Warren <ivan@vmfacility.fr>
Tested-by: Ivan Warren <ivan@vmfacility.fr>
Signed-off-by: Stefan Weinhuber <wein@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/s390/block/dasd_eckd.h