s390/dasd: Enable automatic loading of dasd_diag_mod
authorPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
Mon, 11 May 2015 11:08:05 +0000 (13:08 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 13 May 2015 07:58:19 +0000 (09:58 +0200)
commit7c53fcb39fddb59a9e32c10e96133049ed90930b
treeb5d457aae291f0596e6e13d485796ad032cd30d2
parent78335a30e0ea2ac79db5a9915fdf6edd9e8ded9b
s390/dasd: Enable automatic loading of dasd_diag_mod

Enabling a DASD that was configured to use the DIAG250 access method
while the corresponding kernel module dasd_diag_mod has not been loaded
fails with an error message. To fix this, users need to manually load
the dasd_diag_mod module.

This procedure can be simplified by automatically loading the
dasd_diag_mod from within the kernel when a DASD configured for DIAG250
is set online.

Signed-off-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/block/dasd.c