OSDN Git Service

scsi: target: drop unused pi_prot_format attribute storage
authorDavid Disseldorp <ddiss@suse.de>
Fri, 23 Nov 2018 17:36:11 +0000 (18:36 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 28 Nov 2018 23:50:53 +0000 (18:50 -0500)
commit6baca7601bdee2e57f20c45d63eb53b89b33e816
tree54bed3bbd63a1401e39be2b2ddfe6f13d232e128
parent359d0ac1e806caa6c233e32d33c8970aa94f6cb7
scsi: target: drop unused pi_prot_format attribute storage

On write, the pi_prot_format configfs attribute invokes the device
format_prot() callback if present. Read dumps the contents of
se_dev_attrib.pi_prot_format which is always zero.  Make the configfs
attribute write-only, and drop the always zero se_dev_attrib.pi_prot_format
storage.

Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_configfs.c
include/target/target_core_base.h