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:
7762f5a
)
[PATCH] fuse: locking fix for nlookup
author
Miklos Szeredi
<miklos@szeredi.hu>
Tue, 17 Oct 2006 07:10:08 +0000
(
00:10
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 17 Oct 2006 15:18:45 +0000
(08:18 -0700)
An inode could be returned by independent parallel lookups, in this case an
update of the lookup counter could be lost resulting in a memory leak in
userspace.
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