]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi_debug: fix compare and write errors
authorDouglas Gilbert <dgilbert@interlog.com>
Wed, 26 Nov 2014 17:33:48 +0000 (12:33 -0500)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Dec 2014 12:34:24 +0000 (13:34 +0100)
commitd467d31f700f807ff939cab6d622867ee48c80b6
tree7ad00d81c046ef7818b3c219799cd2b941bbd852
parentb9f85b1d32cc55b20984149eacb2e6f4c3aedca3
scsi_debug: fix compare and write errors

Kernel build tools pointed out a memory leak so that has been
fixed and its error paths strengthened with a goto. Testing
showed compare and write was only working for lba=0; correcting
the length of the LBA field fixed that.

Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_debug.c