Jim Garlick a0ea787b02 fs/9p: check schedule_timeout_interruptible return value
In v9fs_file_do_lock() we need to check return value of
schedule_timeout_interruptible() and exit the loop when it
returns nonzero, otherwise the loop is not really interruptible
and after the signal, the loop is no longer throttled by
P9_LOCK_TIMEOUT.

Signed-off-by: Jim Garlick <garlick.jim@gmail.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2012-01-05 10:51:44 -06:00
..
2011-08-01 02:09:42 -04:00
2011-04-15 15:26:14 -05:00
2011-10-24 11:13:12 -05:00
2011-07-23 09:32:50 -05:00
2011-11-02 12:53:43 +01:00
2011-11-02 12:53:43 +01:00
2010-08-02 14:28:35 -05:00
2011-01-11 09:58:07 -06:00