[PATCH] fuse: add asynchronous request support
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 17 Jan 2006 06:14:42 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:31 +0000 (23:15 -0800)
commit64c6d8ed4c55f0a99b1b81558851da80c8d58244
treeb8cfa96b8de4357e969e9492bfea65b22b0cca88
parent69a53bf267fa58b89aa659d121dfe38436562a30
[PATCH] fuse: add asynchronous request support

Add possibility for requests to run asynchronously and call an 'end' callback
when finished.

With this, the special handling of the INIT and RELEASE requests can be
cleaned up too.

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/dev.c
fs/fuse/file.c
fs/fuse/fuse_i.h