commit | 4e2fcac773902eefdeae81637ca73bbf0398d11f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 08 09:06:18 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 13 20:36:15 2017 -0400 |
tree | e8d0c5700da7cb5bd13b739978d88e1fc16a818c | |
parent | ef954844c7ace62f773f4f23e28d2d915adc419f [diff] |
NFSv4: Use correct inode in _nfs4_opendata_to_nfs4_state() When doing open by filehandle we don't really want to lookup a new inode, but rather update the one we've got. Add a helper which does this for us. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>