passthrough_ll: document that fuse_ino_t and uintptr_t sizes must match
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 25 May 2017 19:48:27 +0000 (12:48 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 25 May 2017 19:48:27 +0000 (12:48 -0700)
commit8641db4af724682fb1c922cbecf6c7e1dfe1a71c
tree9cd0a67a03c112a9b003cec8ebb02c8dd3af876e
parent179fa13b40387645e722089873079488f9dbe3d8
passthrough_ll: document that fuse_ino_t and uintptr_t sizes must match

We can consider changing the code to drop the requirement if it
turns out that there's a system where this isn't given.

Fixes issue #167.
example/passthrough_ll.c