aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-06-28 14:51:20 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-06-28 14:51:20 +0000
commitb052a1a1b894c4bcd9b4e70dfceb70e340bbb781 (patch)
treeac61aed756ee93a115a84ee89bd8eb2f45e8d46d /include/fuse.h
parent55a84101bd2d2426168ee18914f6874e042ab1e6 (diff)
downloadlibfuse-b052a1a1b894c4bcd9b4e70dfceb70e340bbb781.tar.gz
file locking
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/fuse.h b/include/fuse.h
index f7dba7f..fe52531 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -95,8 +95,9 @@ struct fuse_operations {
/** Create a file node
*
- * There is no create() operation, mknod() will be called for
- * creation of all non-directory, non-symlink nodes.
+ * If the filesystem doesn't define a create() operation, mknod()
+ * will be called for creation of all non-directory, non-symlink
+ * nodes.
*/
int (*mknod) (const char *, mode_t, dev_t);