]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtiofsd: Use iov_discard_front() to skip bytes
authorVivek Goyal <vgoyal@redhat.com>
Tue, 18 May 2021 21:35:34 +0000 (17:35 -0400)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 26 May 2021 17:39:32 +0000 (18:39 +0100)
commit97dbfc5ae631724a2ae7f54de28c2f8e383b5980
tree7de905af207c0e8c15707c5848bf899d40b0a0fe
parentb31ff389315f2745cecc0f42cca7f4383b1a2a0d
virtiofsd: Use iov_discard_front() to skip bytes

There are places where we need to skip few bytes from front of the iovec
array. We have our own custom code for that. Looks like iov_discard_front()
can do same thing. So use that helper instead.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Connor Kuehl <ckuehl@redhat.com>
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Message-Id: <20210518213538.693422-4-vgoyal@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/fuse_virtio.c