commit | bf9582910b26525d4eeaa9840b07e7bf820f04fb | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 15:44:28 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 15:45:00 2013 +1030 |
tree | ed9bd13c5dd59a5a33033eda7fe5eb9d6dbf299b | |
parent | 682993b4e445bdfe9935d5e6e298565b7e11d7ee [diff] |
virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event. It's a bit clearer, and add_buf is going away. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Asias He <asias@redhat.com>