David Jeffery
92a56555bd
nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait
...
If a SIGKILL is sent to a task waiting in __nfs_iocounter_wait,
it will busy-wait or soft lockup in its while loop.
nfs_wait_bit_killable won't sleep, and the loop won't exit on
the error return.
Stop the busy-wait by breaking out of the loop when
nfs_wait_bit_killable returns an error.
Signed-off-by: David Jeffery <djeffery@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
2014-08-22 18:04:44 -04:00
..
2014-06-25 19:02:14 -04:00
2014-08-13 18:13:19 -06:00
2014-06-24 18:47:00 -04:00
2013-02-15 10:43:36 -05:00
2013-02-15 10:43:36 -05:00
2014-02-19 21:21:06 -05:00
2013-06-28 16:29:51 -04:00
2014-07-12 18:41:25 -04:00
2013-06-08 16:20:18 -04:00
2014-08-13 18:13:19 -06:00
2014-07-12 18:22:58 -04:00
2014-07-12 18:22:58 -04:00
2014-08-04 09:22:08 -04:00
2014-07-13 15:22:02 -04:00
2013-11-19 16:20:40 -05:00
2012-01-31 18:20:26 -05:00
2014-07-16 15:10:39 +02:00
2011-10-18 09:14:34 -07:00
2013-09-27 18:40:25 +01:00
2013-09-27 18:40:25 +01:00
2014-08-07 14:40:10 -04:00
2014-07-22 21:55:45 +01:00
2014-08-13 18:13:19 -06:00
2014-08-13 18:13:19 -06:00
2010-05-14 15:09:31 -04:00
2013-11-15 13:41:43 -05:00
2014-05-29 20:21:56 -04:00
2013-06-28 15:51:51 -04:00
2013-10-24 23:34:50 -04:00
2014-08-04 09:28:32 -07:00
2012-07-30 19:06:41 -04:00
2014-05-28 18:12:43 -04:00
2014-08-03 17:05:22 -04:00
2012-07-30 19:05:54 -04:00
2014-07-13 15:22:02 -04:00
2014-01-26 08:26:20 -05:00
2014-05-28 18:12:43 -04:00
2014-07-12 18:36:37 -04:00
2014-07-08 14:30:03 -04:00
2014-06-12 10:30:18 -07:00
2013-09-07 16:18:30 -04:00
2014-06-24 18:46:58 -04:00
2014-08-04 16:51:38 -04:00
2012-08-13 16:27:37 -07:00
2014-02-01 15:13:39 -05:00
2014-02-01 15:13:39 -05:00
2014-08-13 18:13:19 -06:00
2014-04-03 16:21:01 -07:00
2014-06-06 16:08:16 -07:00
2013-08-22 08:58:27 -04:00
2014-06-24 18:47:00 -04:00
2014-07-12 18:43:47 -04:00
2012-07-30 19:06:52 -04:00
2012-03-20 13:08:26 -04:00
2013-08-22 08:58:18 -04:00
2014-01-27 15:35:56 -05:00
2014-08-22 18:04:44 -04:00
2013-02-27 19:10:24 -08:00
2014-08-13 18:13:19 -06:00
2014-08-03 17:05:25 -04:00
2014-06-24 18:47:00 -04:00
2014-06-25 19:01:27 -04:00
2014-08-04 17:41:52 -04:00
2010-03-30 22:02:32 +09:00
2014-06-06 16:08:16 -07:00
2014-03-17 15:14:17 -04:00
2014-08-22 18:04:43 -04:00