scsi: sg: use standard lists for sg_requests
authorHannes Reinecke <hare@suse.de>
Fri, 7 Apr 2017 07:34:16 +0000 (09:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Sep 2017 12:39:22 +0000 (14:39 +0200)
commit2b2d86b0d43dd46dce468de308899d488e91fb30
treec4c8eaf40e1c061c3f86809b97bcbeee3fd81447
parent91fb151822d0808b8e691d9e11ac44b0f020203e
scsi: sg: use standard lists for sg_requests

commit 109bade9c625c89bb5ea753aaa1a0a97e6fbb548 upstream.

'Sg_request' is using a private list implementation; convert it to
standard lists.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Tested-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/sg.c