[PATCH] FUSE - device functions
This adds the FUSE device handling functions. This contains the following files: o dev.c - fuse device operations (read, write, release, poll) - registers misc device - support for sending requests to userspace Signed-off-by:Miklos Szeredi <miklos@szeredi.hu> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- Documentation/filesystems/fuse.txt 341 additions, 0 deletionsDocumentation/filesystems/fuse.txt
- fs/fuse/Makefile 1 addition, 1 deletionfs/fuse/Makefile
- fs/fuse/dev.c 884 additions, 0 deletionsfs/fuse/dev.c
- fs/fuse/fuse_i.h 223 additions, 0 deletionsfs/fuse/fuse_i.h
- fs/fuse/inode.c 53 additions, 5 deletionsfs/fuse/inode.c
- include/linux/fuse.h 35 additions, 1 deletioninclude/linux/fuse.h
Loading
Please register or sign in to comment