Re: [PATCH 086/104] virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()

2020-01-07 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Thu, Dec 12, 2019 at 04:38:46PM +, Dr. David Alan Gilbert (git) wrote: > > From: Stefan Hajnoczi > > > > vu_socket_path is NULL when --fd=FDNUM was used. Use > > fuse_lowlevel_is_virtio() instead. > > > > Signed-off-by: Stefan Hajnoczi

Re: [PATCH 086/104] virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()

2020-01-07 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:38:46PM +, Dr. David Alan Gilbert (git) wrote: > From: Stefan Hajnoczi > > vu_socket_path is NULL when --fd=FDNUM was used. Use > fuse_lowlevel_is_virtio() instead. > > Signed-off-by: Stefan Hajnoczi > pull request 10 Extraneous line > --- > tools/virtiofsd/

[PATCH 086/104] virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: Stefan Hajnoczi vu_socket_path is NULL when --fd=FDNUM was used. Use fuse_lowlevel_is_virtio() instead. Signed-off-by: Stefan Hajnoczi pull request 10 --- tools/virtiofsd/fuse_lowlevel.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/virtiofsd/fuse_lo