From 5e3a7383bde79b460fec5420a093e1e71df389ad Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 8 Sep 2005 14:40:16 +0000 Subject: more reverting --- include/fuse.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 39982dc..8175718 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -298,23 +298,6 @@ struct fuse_operations { * Introduced in version 2.3 */ void (*destroy) (void *); - - /** - * Check file access permissions - * - * Need not be implemented. Will only be called for the access() - * system call, and for the open() system call, unless a new file - * is created (file didn't exist and O_CREAT was given). If the - * 'default_permissions' mount option is given, this method is - * never called. - * - * Introduced in version 2.4 - */ - int (*access) (const char *, int); - - int (*create) (const char *, mode_t, struct fuse_file_info *); - - int (*ftruncate) (const char *, off_t, struct fuse_file_info *); }; /** Extra context that may be needed by some filesystems -- cgit v1.2.3