Whamcloud - gitweb
LU-9235 libcfs: don't dump stack if just touched 62/23162/10
authorHongchao Zhang <hongchao.zhang@intel.com>
Wed, 10 May 2017 03:45:19 +0000 (11:45 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 13 Aug 2017 17:18:00 +0000 (17:18 +0000)
commit1376094062c1e46c985f04d82821114d84329699
tree3584a3a69796257a34e1f8abb82ba9149cf60584
parentd3a044086f5790fec2747c653dca26b8ec529e2d
LU-9235 libcfs: don't dump stack if just touched

If some lc_watchdog was touched before lcw_dump_stack dumped
the stack of the thread, it should not dump it anymore for
the thread is verified to be active and no need to dump.

Change-Id: I8e4acc1793bb8458ee3b6dc73f2953670ed22896
Signed-off-by: Hongchao Zhang <hongchao.zhang@intel.com>
Reviewed-on: https://review.whamcloud.com/23162
Tested-by: Jenkins
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/libcfs/watchdog.c