]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: Fix an error handling path in 'client_common_fill_super()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 May 2018 06:33:05 +0000 (08:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 11:55:06 +0000 (13:55 +0200)
commitd07894f371c5b5445b6ce719fe6b8a042d7797b3
treeea1a8d88ae63ccd062a891689d9f40959b868132
parentcf6a8c52d3d949f98b55016fe2cfed506a907a6b
staging: lustre: Fix an error handling path in 'client_common_fill_super()'

According to error handling path before and after this one, we should go
to 'out_md_fid' here, instead of 'out_md', if 'obd_connect()' fails.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c