block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
authorMike Christie <michael.christie@oracle.com>
Fri, 7 Apr 2023 20:05:35 +0000 (15:05 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 12 Apr 2023 01:55:35 +0000 (21:55 -0400)
commit7ba150834b840f6f5cdd07ca69a4ccf39df59a66
tree12d089c8c1b929a5e1a672f5c8e404e5af2ed011
parentc787f1baa5031c22cbe20af17b2ee36ad32957ea
block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT

BLK_STS_NEXUS is used for NVMe/SCSI reservation conflicts and DASD's
locking feature which works similar to NVMe/SCSI reservations where a
host can get a lock on a device and when the lock is taken it will get
failures.

This patch renames BLK_STS_NEXUS so it better reflects this type of
use.

Signed-off-by: Mike Christie <michael.christie@oracle.com>
Link: https://lore.kernel.org/r/20230407200551.12660-3-michael.christie@oracle.com
Acked-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
block/blk-core.c
drivers/nvme/host/core.c
drivers/s390/block/dasd.c
drivers/scsi/scsi_lib.c
include/linux/blk_types.h