staging/lustre/llite: Fix obd name after c&p error
authorOleg Drokin <green@linuxhacker.ru>
Tue, 3 Mar 2015 07:39:36 +0000 (02:39 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Mar 2015 12:58:58 +0000 (04:58 -0800)
commitef2e1a4410e3debf159c5b41836a301ac8ffbcdb
tree1396a5bc185e23de47120b126476b6c28962768c
parent91b3a68558ba37c69f1d9e2d23e34c3cba38e356
staging/lustre/llite: Fix obd name after c&p error

commit 95745e9b1de2 ("staging: lustre: Use kasprintf.") introduced
a copy and paste error causing two different obd types to be assigned
same content causing lustre to fail on mount with a warning from procfs
followed by a bizzare error about OST not having enough MDS
capabilities.

This patch unbreaks Lustre client again.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
CC: Navya Sri Nizamkari <navyasri.tech@gmail.com>
CC: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c