commit | 64c6d8ed4c55f0a99b1b81558851da80c8d58244 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Jan 16 22:14:42 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 23:15:31 2006 -0800 |
tree | b8cfa96b8de4357e969e9492bfea65b22b0cca88 | |
parent | 69a53bf267fa58b89aa659d121dfe38436562a30 [diff] |
[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>