commit | 334f485df85ac7736ebe14940bf0a059c5f26d7d | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Fri Sep 09 13:10:27 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 14:03:44 2005 -0700 |
tree | 754e5528289048a7104f4c1b431cebc1df16e2ce | |
parent | d8a5ba45457e4a22aa39c939121efd7bb6c76672 [diff] |
[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>