Merge struct fuse_ll into struct fuse_session.
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 5 Oct 2016 04:04:18 +0000 (21:04 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 5 Oct 2016 04:06:15 +0000 (21:06 -0700)
This merge merges struct fuse_ll into struct fuse_session. Since
there is always a one-to-one correspondence between the two,
there is little reason to keep them separate. By merging them,
we save pointers and lines of code.


Trivial merge