Whamcloud - gitweb
LU-8018 lov: ld_target could be NULL 11/21411/7
authorBobi Jam <bobijam.xu@intel.com>
Tue, 19 Jul 2016 00:25:01 +0000 (08:25 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 26 Sep 2016 15:19:45 +0000 (15:19 +0000)
commit916b5f7f4672c1070e27a2fe0bfae371b0a729d6
treeea38879d0a9166fb44d7d30f96f6bb189e5f6ff5
parent676c2fe47c8de0825db3001f1e964347be3dc479
LU-8018 lov: ld_target could be NULL

lov_device::ld_target[ost_idx] could be NULL if the OST target is
not filled in lov_device::ld_lov::lov_tgt_desc[ost_idx] yet.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: I1eddb49b3c3518828c531af568b851465ccdffa3
Reviewed-on: http://review.whamcloud.com/21411
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/lov/lov_object.c