aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fuse_lowlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 047b437..6528e87 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -858,9 +858,9 @@ struct fuse_lowlevel_ops {
/**
* Check file access permissions
*
- * This will be called for the access() system call. If the
- * 'default_permissions' mount option is given, this method is not
- * called.
+ * This will be called for the access() and chdir() system
+ * calls. If the 'default_permissions' mount option is given,
+ * this method is not called.
*
* This method is not called under Linux kernel versions 2.4.x
*