commit | 9821421a291b548ef4369c6998745baa36ddecd5 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Aug 09 12:15:07 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Aug 19 08:56:04 2019 -0400 |
tree | f35f585eb62fa1193813fb3586c3b6f7af7562cd | |
parent | 90cf500e338ab3f3c0f126ba37e36fb6a9058441 [diff] |
NFSv4: Fix return value in nfs_finish_open() If the file turns out to be of the wrong type after opening, we want to revalidate the path and retry, so return EOPENSTALE rather than ESTALE. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>