SUNRPC: Fix a bug in gss_create_upcall
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 May 2013 17:46:33 +0000 (10:46 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 May 2013 17:49:58 +0000 (10:49 -0700)
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>

No differences found