Re: [PATCHv2 1/2] iohelper: skip lseek() and ftruncate() on block devices

2021-08-24 Thread Simon Rowe
That's fine with me, thanks Simon From: Michal Prívozník Sent: 24 August 2021 14:37 To: Simon Rowe ; libvir-list@redhat.com Subject: Re: [PATCHv2 1/2] iohelper: skip lseek() and ftruncate() on block devices On 8/23/21 5:40 PM, Simon Rowe wrote: > Si

Re: [PATCHv2 1/2] iohelper: skip lseek() and ftruncate() on block devices

2021-08-24 Thread Michal Prívozník
On 8/23/21 5:40 PM, Simon Rowe wrote: > Signed-off-by: Simon Rowe > --- > src/util/iohelper.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/src/util/iohelper.c b/src/util/iohelper.c > index b8810d16d3..e6eb178fde 100644 > --- a/src/util/iohelper.c > +++ b/sr

[PATCHv2 1/2] iohelper: skip lseek() and ftruncate() on block devices

2021-08-23 Thread Simon Rowe
Signed-off-by: Simon Rowe --- src/util/iohelper.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/util/iohelper.c b/src/util/iohelper.c index b8810d16d3..e6eb178fde 100644 --- a/src/util/iohelper.c +++ b/src/util/iohelper.c @@ -28,6 +28,8 @@ #include #include