[PATCH] FUSE - file operations
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 9 Sep 2005 20:10:30 +0000 (13:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 21:03:45 +0000 (14:03 -0700)
commitb6aeadeda22a9aa322fdfcd3f4c69ccf0da5cbdd
tree794afec0eeb13722550a97783ec0cfb95e5e83cb
parent9e6268db496a2592e89457537ea54a496feabb77
[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>
fs/fuse/Makefile
fs/fuse/dir.c
fs/fuse/file.c [new file with mode: 0644]
fs/fuse/fuse_i.h
fs/fuse/inode.c
include/linux/fuse.h