commit | f43b155a5a8a95b06bc0b4474fbb7311c7e9709a | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Jan 16 22:14:26 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 23:15:29 2006 -0800 |
tree | 482a03476b71498939adb9aa7ec1a4c072902927 | |
parent | 222f1d69183f10d70a37de5785698fe0aa363c12 [diff] |
[PATCH] fuse: fix request_end() This function used the request object after decrementing its reference count and releasing the lock. This could in theory lead to all sorts of problems. Fix and simplify at the same time. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>