[Patch 0/0] Fix two issues with WRITE_SAME*

Ronnie Sahlberg <[email protected]> Sun, 2 Oct 2016 09:04:00 -0700
Newsgroups org.kernel.vger.stgt
Message-ID <[email protected]>
Fix two issues with WRITE_SAME* found using the libiscsi test suite.
When TL is set to 0 this means that the command will cover all blocks
from the specified LBA until end of device.
If DataOut is provided then it must be exactly one block in size.
(DataOut may be omitted for unmap operations)

 sbc.c |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)