From b052a1a1b894c4bcd9b4e70dfceb70e340bbb781 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 28 Jun 2006 14:51:20 +0000 Subject: file locking --- include/fuse.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/fuse.h') 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); -- cgit v1.2.3