[PATCH] Bogus NULL pointer check in fs/configfs/dir.c
authorEric Sesterhenn <snakebyte@gmx.de>
Wed, 22 Mar 2006 23:36:54 +0000 (00:36 +0100)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 10 Apr 2006 18:16:17 +0000 (11:16 -0700)
commitcbca692c246874a3cc1b5a9b694add4c39e8bc18
treefd9ac8ed8387c72f444c7c78e57a1ff07427f0fb
parenta9e2ae39170d01937725e1fff2e606baaa71346c
[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 <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/configfs/dir.c