From: Miklos Szeredi Date: Tue, 17 Oct 2006 07:10:08 +0000 (-0700) Subject: [PATCH] fuse: locking fix for nlookup X-Git-Tag: v2.6.19-rc3~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da5ff23ce0a84d9845b01e6fe5047e17836bf5a;p=pandora-kernel.git [PATCH] fuse: locking fix for nlookup 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed