commit | ed6565e734249ef021d5c13ba34c167eb4e42f62 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 11 12:34:38 2017 +0200 |
committer | Jens Axboe <axboe@fb.com> | Thu May 11 08:08:53 2017 -0600 |
tree | 22be44b37efa7933c53a1ea90808cbc8db7a6ad8 | |
parent | f36ea50ca0043e7b1204feaf1d2ba6bd68c08d36 [diff] |
block: handle partial completions for special payload requests SCSI devices can return short writes on Write Same just like for normal writes, so we need to handle this case for our special payload requests as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Abdul Haleem <abdhalee@linux.vnet.ibm.com> Tested-by: Abdul Haleem <abdhalee@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <axboe@fb.com>