From: Miklos Szeredi Date: Tue, 17 Jan 2006 06:14:26 +0000 (-0800) Subject: [PATCH] fuse: fix request_end() X-Git-Tag: v2.6.16-rc1~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43b155a5a8a95b06bc0b4474fbb7311c7e9709a;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed