Whamcloud - gitweb
LU-4007 libcfs: fix for removing lcw at lcw_dispatch_main
authorAlexander.Boyko <alexander_boyko@xyratex.com>
Wed, 25 Sep 2013 09:18:26 +0000 (13:18 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 2 Nov 2013 17:11:33 +0000 (13:11 -0400)
commit01910f34d9638e63509ef9415c4eaf0b3ea0e0c7
tree1a15290d2a24314a3532b8e7e76017b54505197e
parented63e21129a6eac80a70bc44ffb1338760bb7af2
LU-4007 libcfs: fix for removing lcw at lcw_dispatch_main

lcw_dispatch_main() creates zombies list and moves lcw into it.
But removes entry from another list in the zombies loop.

Signed-off-by: Alexander Boyko <alexander_boyko@xyratex.com>
Xyratex-bug-id: MRP-1179
Change-Id: I9daec3d9b3dbbf244a28b829cd724c8ec60c4b6c
Reviewed-on: http://review.whamcloud.com/7755
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Jenkins
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-by: Isaac Huang <he.huang@intel.com>
libcfs/libcfs/watchdog.c