]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: sg: check for valid direction before starting the request
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 7 Apr 2017 07:34:15 +0000 (09:34 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 12 Apr 2017 00:55:20 +0000 (20:55 -0400)
commit2474bc19c07f478b9a61cf7c14cd21eca262ff99
tree01f1d4f07f0e80cf33a3fe346fd95c7a2f779208
parent63157c1f95e1654b71f4f4e7912ec2099d327688
scsi: sg: check for valid direction before starting the request

Check for a valid direction before starting the request, otherwise we
risk running into an assertion in the scsi midlayer checking for valid
requests.

[mkp: fixed typo]

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Link: http://www.spinics.net/lists/linux-scsi/msg104400.html
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Hannes Reinecke <hare@suse.com>
Tested-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sg.c