Re: [PATCH] virtiofsd: Remove fuse.h and struct fuse_module

2020-02-21 Thread Philippe Mathieu-Daudé
On 2/21/20 7:55 AM, Xiao Yang wrote: All code in fuse.h and struct fuse_module are not used by virtiofsd so removing them is safe. Signed-off-by: Xiao Yang --- tools/virtiofsd/fuse.h | 1229 -- tools/virtiofsd/fuse_i.h | 16 - 2 files changed, 1245 de

Re: [Virtio-fs] [PATCH] virtiofsd: Remove fuse.h and struct fuse_module

2020-02-21 Thread Stefan Hajnoczi
On Fri, Feb 21, 2020 at 02:55:15PM +0800, Xiao Yang wrote: > All code in fuse.h and struct fuse_module are not used by virtiofsd > so removing them is safe. > > Signed-off-by: Xiao Yang > --- > tools/virtiofsd/fuse.h | 1229 -- > tools/virtiofsd/fuse_i.h |

[PATCH] virtiofsd: Remove fuse.h and struct fuse_module

2020-02-20 Thread Xiao Yang
All code in fuse.h and struct fuse_module are not used by virtiofsd so removing them is safe. Signed-off-by: Xiao Yang --- tools/virtiofsd/fuse.h | 1229 -- tools/virtiofsd/fuse_i.h | 16 - 2 files changed, 1245 deletions(-) delete mode 100644 tools/virti