From: Al Viro Date: Fri, 30 Nov 2012 03:04:36 +0000 (-0500) Subject: nfs_lookup_revalidate(): fix a leak X-Git-Tag: v3.7-rc8~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44600c9d1de64314c2bd58103f15acb53e10073;p=pandora-kernel.git nfs_lookup_revalidate(): fix a leak We are leaking fattr and fhandle if we decide that dentry is not to be invalidated, after all (e.g. happens to be a mountpoint). Just free both before that... Signed-off-by: Al Viro --- Reading git-diff-tree failed