Hi Damien, On Wed, 2017-06-28 at 14:58 +0900, Damien Le Moal wrote: > Add WRITE_VERIFY_32 definition to scsi prototypes and use this macro > definition isntead of the hard coded value. Same for the already defined > WRITE_VERIFY_16 command code. > > Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> > --- > drivers/target/target_core_device.c | 4 ++-- > include/scsi/scsi_proto.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) Note the WRITE_VERIFY_16 macro usage has already been changed by commit 500073bb23 in target-pending/for-next. So applied to target-pending/for-next for the WRITE_VERIFY_32 specific bits.