From: Eric Sesterhenn Date: Wed, 22 Mar 2006 23:36:54 +0000 (+0100) Subject: [PATCH] Bogus NULL pointer check in fs/configfs/dir.c X-Git-Tag: v2.6.17-rc2~285^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbca692c246874a3cc1b5a9b694add4c39e8bc18;p=pandora-kernel.git [PATCH] Bogus NULL pointer check in fs/configfs/dir.c We check the "group" pointer after we dereference it. This check is bogus, as it cannot be NULL coming in. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed