OSDN Git Service

staging/lustre/llite: check return value for obd_set_info_async
authorYang Sheng <yang.sheng@intel.com>
Wed, 24 Aug 2016 15:11:54 +0000 (11:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 15:25:46 +0000 (17:25 +0200)
commit76cc3abe44744f6e694ce09a73781114e0ecf475
tree5ba8ac208f205f13d1cfc47cf825fe69bfb90db1
parent3da76276127dc6cd78ba98f1cefe9e95faf17863
staging/lustre/llite: check return value for obd_set_info_async

The return value is ignored in client_common_fill_super.
Restore to check it and error out.

Signed-off-by: Yang Sheng <yang.sheng@intel.com>
Reviewed-on: http://review.whamcloud.com/21125
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-8360
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c