From: Trond Myklebust Date: Wed, 15 May 2013 17:46:33 +0000 (-0700) Subject: SUNRPC: Fix a bug in gss_create_upcall X-Git-Tag: v3.10-rc3~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36ccb9cec22a09a12d9ef8234d634f840d7ae4b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed