From: Dan Carpenter Date: Thu, 22 Apr 2010 09:30:59 +0000 (+0200) Subject: nfsd: potential ERR_PTR dereference on exp_export() error paths. X-Git-Tag: v2.6.35-rc1~489^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03859a4aca3969efd91dc77be7efa2ae45b05d8;p=pandora-kernel.git nfsd: potential ERR_PTR dereference on exp_export() error paths. We "goto finish" from several places where "exp" is an ERR_PTR. Also I changed the check for "fsid_key" so that it was consistent with the check I added. Signed-off-by: Dan Carpenter Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed