commit | 08bd8dbe88825760e953759d7ec212903a026c75 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Jan 21 17:11:42 2021 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Jan 24 20:52:30 2021 -0500 |
tree | 5018659dd3b807789a1d4fdda3388bdba0e91a27 | |
parent | 814b84971388cd5fb182f2e914265b3827758455 [diff] |
pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() If the server returns a new stateid that does not match the one in our cache, then try to return the one we hold instead of just invalidating it on the client side. This ensures that both client and server will agree that the stateid is invalid. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>