commit | 35525b79786b2ba58ef13822198ce22c497bc7a2 | [log] [tgz] |
---|---|---|
author | Andriy Skulysh <andriy_skulysh@xyratex.com> | Mon Jan 07 00:12:15 2013 +0200 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jan 23 18:17:39 2013 -0500 |
tree | 2aaefaf2b21a3b3b133b29b711c811be0e335c11 | |
parent | 624ab4644819948e9dc87c114201e98f2e52490f [diff] |
sunrpc: Fix lockd sleeping until timeout There is a race in enqueueing thread to a pool and waking up a thread. lockd doesn't wake up on reception of lock granted callback if svc_wake_up() is called before lockd's thread is added to a pool. Signed-off-by: Andriy Skulysh <Andriy_Skulysh@xyratex.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>