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)
commit3368b7f65aadac0455ba6bc184454cded0aab95d
treeea1a8d88ae63ccd062a891689d9f40959b868132
parenta2867706d464316d0266fcfaaea729c48d8a6e06
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