[S390] dasd: Improve handling of stolen DASD reservation
authorStefan Weinhuber <wein@de.ibm.com>
Wed, 5 Jan 2011 11:48:04 +0000 (12:48 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Wed, 5 Jan 2011 11:47:30 +0000 (12:47 +0100)
commit5a27e60dec59a95bd7f8ae9a19ae2ede4f76395b
tree20595cba0caebf7a8a5f0afac9785c7d717f3e8c
parenta4d26c6aeceea330ee5e0fb6b017d57e3b252d29
[S390] dasd: Improve handling of stolen DASD reservation

If a DASD device has been reserved by a Linux system, and later
this reservation is ‘stolen’ by a second system by means of an
unconditional reserve, then the first system receives a
notification about this fact. With this patch such an event can
be either ignored, as before, or it can be used to let the device
fail all I/O request, so that the device will not block anymore.

Signed-off-by: Stefan Weinhuber <wein@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/dasd.h
drivers/s390/block/dasd.c
drivers/s390/block/dasd_devmap.c
drivers/s390/block/dasd_eckd.c
drivers/s390/block/dasd_eer.c
drivers/s390/block/dasd_fba.c
drivers/s390/block/dasd_int.h
This page took 0.028789 seconds and 5 git commands to generate.