From: Trond Myklebust Date: Sun, 17 Mar 2013 19:52:00 +0000 (-0400) Subject: NFSv4: The stateid must remain the same for replayed RPC calls X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b20614988199fb03580b335a28250922e902098;p=pandora-kernel.git NFSv4: The stateid must remain the same for replayed RPC calls If we replay a READ or WRITE call, we should not be changing the stateid. Currently, we may end up doing so, because the stateid is only selected at xdr encode time. This patch ensures that we select the stateid after we get an NFSv4.1 session slot, and that we keep that same stateid across retries. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed