commit | 1dd761e9070aa2e543df3db41bd75ed4b8f2fab9 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:49 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:49 2006 -0500 |
tree | 7709d032855e0e821f3ff4ce9efc3bdb82bf4d2d | |
parent | 5428154827c2bf7cfdc9dab60db1e0eaa57c027a [diff] |
NFSv4: Ensure the callback daemon flushes signals If the callback daemon is signalled, but is unable to exit because it still has users, then we need to flush signals. If not, then svc_recv() can never sleep, and so we hang. If we flush signals, then we also have to be prepared to resend them when we want the thread to exit. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>