commit | a0ea787b027b79cf2e01c6758e5246db06520158 | [log] [tgz] |
---|---|---|
author | Jim Garlick <garlick@llnl.gov> | Tue Jan 03 15:27:50 2012 -0600 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Thu Jan 05 10:51:44 2012 -0600 |
tree | b3066e9a557e5add9dc99ee9f763fcf7c3926b5f | |
parent | 805a6af8dba5dfdd35ec35dc52ec0122400b2610 [diff] |
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>