commit | d36ccb9cec22a09a12d9ef8234d634f840d7ae4b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 15 10:46:33 2013 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 15 10:49:58 2013 -0700 |
tree | 98c0a98a69aa2c7cf8ba99c92b0de8594da9b385 | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
SUNRPC: Fix a bug in gss_create_upcall If wait_event_interruptible_timeout() is successful, it returns the number of seconds remaining until the timeout. In that case, we should be retrying the upcall. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>