[Virtio-fs] [PATCH 0/2] virtiofsd: Remove fuse_loop_mt.c and clone_fd option

Misono Tomohiro misono.tomohiro at jp.fujitsu.com
Mon Jan 20 12:43:05 UTC 2020


While reviewing virtiofsd code, I noticed fuse_loop_mt.c became not
needed for virtiofs. As it seems that it is easier to remove them on top
of current virtiofs branch, I made these patches.
Feel free to squash or rebase if convenient.

Thanks,
Misono

Misono Tomohiro (2):
  virtiofsd: fuse_lowevel: remove call of fuse_chan_{get,put}
  virtiofsd: Remove fuse_loop_mt.c

 tools/virtiofsd/Makefile.objs   |  1 -
 tools/virtiofsd/fuse.h          | 38 ----------------------
 tools/virtiofsd/fuse_common.h   | 24 --------------
 tools/virtiofsd/fuse_i.h        | 19 -----------
 tools/virtiofsd/fuse_loop_mt.c  | 56 ---------------------------------
 tools/virtiofsd/fuse_lowlevel.c |  3 +-
 tools/virtiofsd/fuse_lowlevel.h | 20 ------------
 tools/virtiofsd/fuse_virtio.c   |  1 -
 tools/virtiofsd/helper.c        |  3 --
 9 files changed, 1 insertion(+), 164 deletions(-)
 delete mode 100644 tools/virtiofsd/fuse_loop_mt.c

-- 
2.21.1





More information about the Virtio-fs mailing list