From: Oleg Drokin Date: Tue, 3 Mar 2015 07:39:36 +0000 (-0500) Subject: staging/lustre/llite: Fix obd name after c&p error X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~701 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2e1a4410e3debf159c5b41836a301ac8ffbcdb;p=pandora-kernel.git 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 CC: Navya Sri Nizamkari CC: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed