Do not include struct fuse_buf in struct fuse_worker
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 17 Sep 2018 09:45:16 +0000 (10:45 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 17 Sep 2018 09:45:16 +0000 (10:45 +0100)
commit161983e2416bc6e26bbbe89664fff62c48c70858
tree6cf06b3b11950ca32b854a2ce622c5da213f507d
parentd9bef3c6e4bd06de59589b3e5f4cbbbd2661dbfc
Do not include struct fuse_buf in struct fuse_worker

This is only used in fuse_do_work(), so we can put it on
the stack.
lib/fuse_loop_mt.c