diff options
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r-- | kernel/fuse_i.h | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 1eb0bb4..de0a9e6 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -109,25 +109,11 @@ extern struct proc_dir_entry *proc_fuse_dev; */ extern spinlock_t fuse_lock; -/** - * Fill in the directory operations - */ -void fuse_dir_init(struct inode *inode); - -/** - * Fill in the file operations - */ -void fuse_file_init(struct inode *inode); - -/** - * Fill in the symlink operations - */ -void fuse_symlink_init(struct inode *inode); /** - * Fill in the special inode operaions + * Initialize inode */ -void fuse_special_init(struct inode *inode); +void fuse_init_inode(struct inode *inode, struct fuse_attr *attr); /** * Check if the connection can be released, and if yes, then free the |