diff options
Diffstat (limited to 'python/fuse.py')
-rw-r--r-- | python/fuse.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/fuse.py b/python/fuse.py index ae621f3..a0eb4f8 100644 --- a/python/fuse.py +++ b/python/fuse.py @@ -51,7 +51,8 @@ class Fuse: #@+node:attribs _attrs = ['getattr', 'readlink', 'getdir', 'mknod', 'mkdir', 'unlink', 'rmdir', 'symlink', 'rename', 'link', 'chmod', - 'chown', 'truncate', 'utime', 'open', 'read', 'write', 'release'] + 'chown', 'truncate', 'utime', 'open', 'read', 'write', 'release', + 'statfs', 'fsync'] flags = 0 multithreaded = 0 |