Whamcloud - gitweb
LU-8723 llapi: correct open() handling in llapi_obd_statfs() 85/23285/3
authorJohn L. Hammond <john.hammond@intel.com>
Thu, 20 Oct 2016 14:47:00 +0000 (09:47 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 28 Oct 2016 23:50:35 +0000 (23:50 +0000)
commitc791db551d022cd804e9dcc751cd7e33102a741a
tree351108e32f543d598c77708b0aff2c2d7047e4c3
parent64191ab6bb01d909453fc318e038f80d8ef548d9
LU-8723 llapi: correct open() handling in llapi_obd_statfs()

In llapi_obd_statfs() remove a spurious errno test and retry after
open().

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I1667f1f0acf0e1f0d700049bc39a5e6c462b9df6
Reviewed-on: http://review.whamcloud.com/23285
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
lustre/utils/liblustreapi.c