From: J. Bruce Fields Date: Thu, 15 Sep 2011 19:02:41 +0000 (-0400) Subject: nfsd4: construct stateid from clientid and counter X-Git-Tag: v3.2-rc1~177^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b313a463c64c54d57c6af09c4a5d20106c1d1c;p=pandora-kernel.git nfsd4: construct stateid from clientid and counter Including the full clientid in the on-the-wire stateid allows more reliable detection of bad vs. expired stateid's, simplifies code, and ensures we won't reuse the opaque part of the stateid (as we currently do when the same openowner closes and reopens the same file). Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed