commit | c5896fc8622d57b31e1e98545d67d7089019e478 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Sep 22 13:39:03 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Sep 27 14:34:12 2016 -0400 |
tree | 6c6b12e912a69eaba8c7a7103adde22158b44292 | |
parent | f7a62adad01cdb2b64c5a17cdd440736b99a5829 [diff] |
NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks Right now, we're only running TEST/FREE_STATEID on the locks if the open stateid recovery succeeds. The protocol requires us to always do so. The fix would be to move the call to TEST/FREE_STATEID and do it before we attempt open recovery. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Tested-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>