]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ocfs2: fix return value set in init_dlmfs_fs()
authorColy Li <coyli@suse.de>
Mon, 17 Nov 2008 04:38:22 +0000 (12:38 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 1 Dec 2008 22:46:55 +0000 (14:46 -0800)
In init_dlmfs_fs(), if calling kmem_cache_create() failed, the code will use return value from
calling bdi_init(). The correct behavior should be set status as -ENOMEM before going to "bail:".

Signed-off-by: Coly Li <coyli@suse.de>
Acked-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>

No differences found