Merge master fuse_chan into fuse_session.
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 4 Oct 2016 03:27:02 +0000 (20:27 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 4 Oct 2016 06:01:46 +0000 (23:01 -0700)
commite4015aca9b7ba0c787ad8d07f7d9db18d3bbc211
tree579aa5f63874d979ec7b233214dbb0ee8debf260
parente572cfbd3490add057b867c29d37da51ee8217e5
Merge master fuse_chan into fuse_session.

This is a code simplification patch.

- It confines most of the implementation channel implementation into
  fuse_loop_mt (which is its only user).

- It makes it more obvious in the code that channels are only ever used
  when using -o clone_fd and multi-threaded main loop.

- It simplies the definition of both struct fuse_session and struct
  fuse_chan.

- Theoretically it should result in (minuscule) performance
  improvements when not using -o clone_fd.

- Overall, it removes a lot more lines of source code than it adds :-).
lib/cuse_lowlevel.c
lib/fuse.c
lib/fuse_i.h
lib/fuse_loop.c
lib/fuse_loop_mt.c
lib/fuse_lowlevel.c