Whamcloud - gitweb
LU-6042 osc: osc_object_ast_clear() LBUG 63/13163/2
authorBobi Jam <bobijam.xu@intel.com>
Mon, 22 Dec 2014 04:36:59 +0000 (12:36 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 29 Dec 2014 20:07:56 +0000 (20:07 +0000)
commit4311cdaa832fc4a444d48e50174dde09f21146d2
tree9641c5649f2f819688fd73efbaa1a9ec4e1e1182
parent2aa189790ca95f0f4f1d32fadea3269080091b02
LU-6042 osc: osc_object_ast_clear() LBUG

An OSC object could be destroyed with AGL locks waiting for granted,
so we'd get rid of the osc_object_ast_clear() assertion that its
dlm locks all getting granted.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: I47f6c9a5f5b57291e8452713af417310f25a5e03
Reviewed-on: http://review.whamcloud.com/13163
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osc/osc_object.c