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
..
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-13 18:13:19 -06:00
2014-08-13 18:13:19 -06:00
2013-11-15 13:41:43 -05:00
2012-07-30 19:06:41 -04:00
2014-08-13 18:13:19 -06:00
2014-07-12 18:43:47 -04:00
2012-07-30 19:06:52 -04: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