diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 5 |
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); |