From: Al Viro Date: Fri, 17 Jun 2011 12:49:12 +0000 (-0400) Subject: cifs: don't leak nls on mount failure X-Git-Tag: v3.0-rc5~31^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca171baaad1420a29cca98be5bdf5596cd70b294;p=pandora-kernel.git cifs: don't leak nls on mount failure if cifs_sb allocation fails, we still need to drop nls we'd stashed into volume_info - the one we would've copied to cifs_sb if we could allocate the latter. Acked-by: Pavel Shilovsky Reviewed-by: Jeff Layton Signed-off-by: Al Viro --- Reading git-diff-tree failed