git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22bec2
)
[PATCH] fuse: fix request_end() vs fuse_reset_request() race
author
Miklos Szeredi
<miklos@szeredi.hu>
Sun, 5 Feb 2006 07:27:40 +0000
(23:27 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 5 Feb 2006 19:06:51 +0000
(11:06 -0800)
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 <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found