From: Oskar Schirmer Date: Wed, 10 Nov 2010 21:06:13 +0000 (+0000) Subject: cifs: fix another memleak, in cifs_root_iget X-Git-Tag: v2.6.37-rc5~38^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7851ce73b9fdef53f251420e6883cf4f3766534;p=pandora-kernel.git cifs: fix another memleak, in cifs_root_iget cifs_root_iget allocates full_path through cifs_build_path_to_root, but fails to kfree it upon cifs_get_inode_info* failure. Make all failure exit paths traverse clean up handling at the end of the function. Signed-off-by: Oskar Schirmer Reviewed-by: Jesper Juhl Cc: stable@kernel.org Signed-off-by: Steve French --- Reading git-diff-tree failed