Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 01:46:27 +0000 (18:46 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 01:46:27 +0000 (18:46 -0700)
commit73b6ff4b75cf1228ea61262c293fcb2fda5dfeea
tree059d5dbe8d2549f5bf363c6174c5887d44f1ee42
parentd49f2e77b4741706ec125cc62ea913ed5d39bd39
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers

This obsoletes the ftruncate & fgetattr handlers.

Fixes #58.
ChangeLog.rst
example/hello.c
example/ioctl.c
example/passthrough.c
example/passthrough_fh.c
example/poll.c
include/fuse.h
lib/fuse.c
lib/modules/iconv.c
lib/modules/subdir.c