Whamcloud - gitweb
LU-5261 osc: use wait_for_completion_killable() instead 21/11021/6
authorEmoly Liu <emoly.liu@intel.com>
Mon, 14 Jul 2014 19:50:41 +0000 (03:50 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 24 Jul 2014 21:27:01 +0000 (21:27 +0000)
commit2b3663dda896f669c87feb49e7f3c7d85a89cefe
treed22b718f65b624a1570cafcc679fb867003cc8d7
parent7887a397220d84db8b38c6fc4892c3f5c5f3ad01
LU-5261 osc: use wait_for_completion_killable() instead

Use wait_for_completion_killable() instead of wait_for_completion()
so that the user process can be killed if there is a problem on the
OST.

Signed-off-by: Emoly Liu <emoly.liu@intel.com>
Change-Id: Ia3ed5cb981755483bd2f4c3f2cb4cc90c3ca5207
Reviewed-on: http://review.whamcloud.com/11021
Tested-by: Jenkins
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/osc/osc_io.c