vhost-scsi: don't open-code kvfree
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 12 Jun 2014 16:00:01 +0000 (19:00 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 23 Jun 2014 06:22:48 +0000 (09:22 +0300)
commit68404441557d8db5ac853379a4fb9c1adedea4fd
treee0861964438f5ed14c909d73a9d85f86a50fcf50
parentd04257b07f2362d4eb550952d5bf5f4241a8046d
vhost-scsi: don't open-code kvfree

Now that we have kvfree, use it in vhost-scsi instead of
the open-coded version.

Cc: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/scsi.c