[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/8] virtiofds: Changed allocations of iovec to GLib's functi
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 2/8] virtiofds: Changed allocations of iovec to GLib's functions |
Date: |
Tue, 23 Mar 2021 13:57:05 +0000 |
On Fri, Mar 19, 2021 at 03:25:21PM +0200, Mahmoud Mandour wrote:
> @@ -629,9 +628,6 @@ int fuse_reply_ioctl_retry(fuse_req_t req, const struct
> iovec *in_iov,
>
> res = send_reply_iov(req, 0, iov, count);
> out:
> - free(in_fiov);
> - free(out_fiov);
> -
> return res;
>
> enomem:
This hunk doesn't seem related to anything in this patch. Was it
included accidentally?
signature.asc
Description: PGP signature
- [PATCH 0/8] virtiofsd: Changed various allocations to GLib functions, Mahmoud Mandour, 2021/03/19
- [PATCH 4/8] virtiofsd: Changed allocations of fuse_session to GLib's functions, Mahmoud Mandour, 2021/03/19
- [PATCH 3/8] virtiofsd: Changed fuse_pollhandle allocation to GLib's functions, Mahmoud Mandour, 2021/03/19
- [PATCH 6/8] virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions, Mahmoud Mandour, 2021/03/19
- [PATCH 7/8] virtiofsd/passthrough_ll.c: Changed local allocations to GLib functions, Mahmoud Mandour, 2021/03/19