diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1425,6 +1425,7 @@ static void fuse_lib_getattr(fuse_req_t req, fuse_ino_t ino, int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode) { + fuse_get_context()->private_data = fs->user_data; if (fs->op.chmod) return fs->op.chmod(path, mode); else |