[PATCH] FUSE - file operations
This patch adds the file operations of FUSE. The following operations are added: o open o flush o release o fsync o readpage o commit_write Signed-off-by:Miklos Szeredi <miklos@szeredi.hu> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- fs/fuse/Makefile 1 addition, 1 deletionfs/fuse/Makefile
- fs/fuse/dir.c 1 addition, 0 deletionsfs/fuse/dir.c
- fs/fuse/file.c 341 additions, 0 deletionsfs/fuse/file.c
- fs/fuse/fuse_i.h 21 additions, 0 deletionsfs/fuse/fuse_i.h
- fs/fuse/inode.c 2 additions, 0 deletionsfs/fuse/inode.c
- include/linux/fuse.h 47 additions, 0 deletionsinclude/linux/fuse.h
Loading
Please register or sign in to comment