diff options
author | Jim Garlick <garlick@llnl.gov> | 2012-01-03 22:27:50 +0100 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2012-01-05 17:51:44 +0100 |
commit | a0ea787b027b79cf2e01c6758e5246db06520158 (patch) | |
tree | b3066e9a557e5add9dc99ee9f763fcf7c3926b5f /net/9p | |
parent | Linux 3.2 (diff) | |
download | linux-a0ea787b027b79cf2e01c6758e5246db06520158.tar.xz linux-a0ea787b027b79cf2e01c6758e5246db06520158.zip |
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>
Diffstat (limited to 'net/9p')
0 files changed, 0 insertions, 0 deletions