From: NeilBrown Date: Wed, 9 May 2007 09:34:52 +0000 (-0700) Subject: knfsd: avoid use of unitialised variables on error path when nfs exports X-Git-Tag: v2.6.22-rc1~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=402acd29e552cb80109d1d5c0ada53f634465d87;p=pandora-kernel.git knfsd: avoid use of unitialised variables on error path when nfs exports We need to zero various parts of 'exp' before any 'goto out', otherwise when we go to free the contents... we die. Signed-off-by: Neil Brown Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed