configfs: Fix a reference leak in configfs_mkdir().
authorJoel Becker <joel.becker@oracle.com>
Tue, 28 Mar 2006 02:46:09 +0000 (18:46 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 17 May 2006 21:38:50 +0000 (14:38 -0700)
configfs_mkdir() failed to release the working parent reference in most
exit paths.  Also changed the exit path for readability.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found