commit | 95b72eb0bdef6476b7e73061f0382adf46c5495a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 20 19:24:51 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 20 23:14:28 2012 -0400 |
tree | db1cbb01793ac5f744defb73e869373fefb7d0ce | |
parent | 98a2139f4f4d7b5fcc3a54c7fddbe88612abed20 [diff] |
NFSv4: Ensure we do not reuse open owner names The NFSv4 spec is ambiguous about whether or not it is permissible to reuse open owner names, so play it safe. This patch adds a timestamp to the state_owner structure, and combines that with the IDA based uniquifier. Fixes a regression whereby the Linux server returns NFS4ERR_BAD_SEQID. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>