Whamcloud - gitweb
b=5246
authorjacob <jacob>
Thu, 18 Nov 2004 19:17:18 +0000 (19:17 +0000)
committerjacob <jacob>
Thu, 18 Nov 2004 19:17:18 +0000 (19:17 +0000)
commit68e715be735b5d8b0126d38334e3b05ce2c48b8a
tree18bfb1d6a6b1c3bf8be4285c4937a4fe86a950e8
parentaea453882170fdee3559204ce3c71208a7db4238
b=5246
r=phil

We can't use wait_for_completion() in the watchdog, because it sets
TASK_UNINTERRUPTIBLE.  We need to use wait_event_interruptible() or
l_wait_event() instead.
lustre/ChangeLog
lustre/portals/libcfs/watchdog.c