From: Olga Kornievskaia Date: Wed, 24 Sep 2014 22:11:28 +0000 (-0400) Subject: Fixing lease renewal X-Git-Tag: fixes-for-v3.18-merge-window~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8faaa6d5d48b201527e0451296d9e71d23afb362;p=pandora-kernel.git Fixing lease renewal Commit c9fdeb28 removed a 'continue' after checking if the lease needs to be renewed. However, if client hasn't moved, the code falls down to starting reboot recovery erroneously (ie., sends open reclaim and gets back stale_clientid error) before recovering from getting stale_clientid on the renew operation. Signed-off-by: Olga Kornievskaia Fixes: c9fdeb280b8c (NFS: Add basic migration support to state manager thread) Cc: stable@vger.kernel.org # 3.13+ Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed