Whamcloud - gitweb
LU-6693 out: not return NULL in object_update_param_get 17/16417/4
authorDi Wang <di.wang@intel.com>
Sun, 4 Oct 2015 18:26:26 +0000 (11:26 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 2 Dec 2015 18:24:37 +0000 (18:24 +0000)
commitd059b3c01a9784b8da61ea99fb746e949d681b7e
tree93e559ccb27ace462706c2a609ded9d6b26eba8d
parent2eb0c38c2a4df0fe4879d0894b7ebd9452a52d39
LU-6693 out: not return NULL in object_update_param_get

Return ERR_PTR in object_update_param_get() for all cases to
avoid unnecessary confusion to callers.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: Idfcc19d99bbf308759481b3d60d95341745d19e8
Reviewed-on: http://review.whamcloud.com/16417
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/lustre_update.h
lustre/target/out_handler.c
lustre/target/out_lib.c