commit | b6aeadeda22a9aa322fdfcd3f4c69ccf0da5cbdd | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Fri Sep 09 13:10:30 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 14:03:45 2005 -0700 |
tree | 794afec0eeb13722550a97783ec0cfb95e5e83cb | |
parent | 9e6268db496a2592e89457537ea54a496feabb77 [diff] |
[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>