]> git.itanic.dy.fi Git - linux-stable/commit
s390/dasd: add device ping attribute
authorStefan Haberland <sth@linux.ibm.com>
Tue, 20 Sep 2022 19:26:16 +0000 (21:26 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Sep 2022 14:32:51 +0000 (08:32 -0600)
commit32ff8ce08b47a5fe64ef9827443ba6cc49a659c8
tree343760d0880b01dbab1e205d1f74f306fb3a78ce
parent1fca631a1185d1de9eab65ee963fec20efcc528a
s390/dasd: add device ping attribute

Add a function to check if a device is accessible.
This makes mostly sense for copy pair secondary devices but it will work
for all devices.

The sysfs attribute ping is a write only attribute and will issue a NOP
CCW to the device.
In case of success it will return zero. If the device is not accessible
it will return an error code.

Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Link: https://lore.kernel.org/r/20220920192616.808070-8-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd_devmap.c
drivers/s390/block/dasd_eckd.c
drivers/s390/block/dasd_eckd.h
drivers/s390/block/dasd_int.h