commit | 78155ed75f470710f2aecb3e75e3d97107ba8374 | [log] [tgz] |
---|---|---|
author | Bian Naimeng <biannm@cn.fujitsu.com> | Wed Apr 22 18:25:37 2009 +0800 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Apr 24 19:17:18 2009 -0400 |
tree | 1a4b52cf0cd92ce7529036a3efa0eb4ad1bd2744 | |
parent | a9e61e25f9d2e7e43bf17625f5cb56c9e0a89b17 [diff] |
nfsd4: distinguish expired from stale stateids If we encode the time of client creation into the stateid instead of the time of server boot, then we can determine whether that stateid is from a previous instance of the a server, or from a client that has expired, and return an appropriate error to the client. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>