From: Miklos Szeredi Date: Sun, 5 Feb 2006 07:27:40 +0000 (-0800) Subject: [PATCH] fuse: fix request_end() vs fuse_reset_request() race X-Git-Tag: v2.6.16-rc3~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7128ec2a747d7a5f3c764c37bef17081ccc2374c;p=pandora-kernel.git [PATCH] fuse: fix request_end() vs fuse_reset_request() race The last fix for this function in fact opened up a much more often triggering race. It was uncommented tricky code, that was buggy. Add comment, make it less tricky and fix bug. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed