All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [PATCH 0/2] virtiofsd: Remove fuse_loop_mt.c and clone_fd option
@ 2020-01-20 12:43 Misono Tomohiro
  2020-01-20 12:43 ` [Virtio-fs] [PATCH 1/2] virtiofsd: fuse_lowevel: remove call of fuse_chan_{get, put} Misono Tomohiro
  2020-01-20 12:43 ` [Virtio-fs] [PATCH 2/2] virtiofsd: Remove fuse_loop_mt.c Misono Tomohiro
  0 siblings, 2 replies; 4+ messages in thread
From: Misono Tomohiro @ 2020-01-20 12:43 UTC (permalink / raw)
  To: virtio-fs

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-20 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 12:43 [Virtio-fs] [PATCH 0/2] virtiofsd: Remove fuse_loop_mt.c and clone_fd option Misono Tomohiro
2020-01-20 12:43 ` [Virtio-fs] [PATCH 1/2] virtiofsd: fuse_lowevel: remove call of fuse_chan_{get, put} Misono Tomohiro
2020-01-20 12:43 ` [Virtio-fs] [PATCH 2/2] virtiofsd: Remove fuse_loop_mt.c Misono Tomohiro
2020-01-20 16:59   ` Dr. David Alan Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.