commit | d3b313a463c64c54d57c6af09c4a5d20106c1d1c | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Sep 15 15:02:41 2011 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Sep 19 06:33:57 2011 -0400 |
tree | 9ade49e59a3771f2a4dedf50baf0f44d55b11b46 | |
parent | 2da1cec713bc6d3ec9732e7d48b8bc0453580fd3 [diff] |
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 <bfields@redhat.com>