From: Dan Carpenter Date: Mon, 20 Jun 2011 07:10:24 +0000 (+0300) Subject: ubifs: dereferencing an ERR_PTR in ubifs_mount() X-Git-Tag: v3.0-rc4~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=185bf87393afe6b966881e36c459949d90930a7a;p=pandora-kernel.git ubifs: dereferencing an ERR_PTR in ubifs_mount() d251ed271d5 "ubifs: fix sget races" left out the goto from this error path so the static checkers complain that we're dereferencing "sb" when it's an ERR_PTR. Signed-off-by: Dan Carpenter Signed-off-by: Al Viro --- Reading git-diff-tree failed