Re: [PATCH] target: Add WRITE_VERIFY_16

2017-05-01 Thread Nicholas A. Bellinger
On Tue, 2017-04-18 at 14:10 -0500, Bryant G. Ly wrote: > This patch addresses clients who needs write_verify_16 for > large volume groups such as AIX. > > Signed-off-by: Bryant G. Ly > --- > drivers/target/target_core_sbc.c | 2 ++ > include/scsi/scsi_proto.h

[PATCH] target: Add WRITE_VERIFY_16

2017-04-18 Thread Bryant G. Ly
This patch addresses clients who needs write_verify_16 for large volume groups such as AIX. Signed-off-by: Bryant G. Ly --- drivers/target/target_core_sbc.c | 2 ++ include/scsi/scsi_proto.h| 1 + 2 files changed, 3 insertions(+) diff --git