From: Oleg Drokin Date: Tue, 10 Jan 2006 04:52:51 +0000 (-0800) Subject: [PATCH] d_instantiate_unique / NFS inode leakage X-Git-Tag: v2.6.16-rc1~566 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e866cfa939de7f52c154a9495eb5767f89abf453;p=pandora-kernel.git [PATCH] d_instantiate_unique / NFS inode leakage If we have found aliased dentry that we return, inode reference is not dropped and inode is not attached anywhere, so it seems the reference to inode is leaked in that case. Cc: Trond Myklebust , Cc: Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed