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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds
# # Makefile for the FUSE filesystem. # obj-$(CONFIG_FUSE_FS) += fuse.o fuse-objs := dev.o dir.o file.o inode.o