commit | 65286b883c6de6b30928c837c47c167e82bde0b2 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Sun Mar 01 18:21:42 2020 -0500 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Mar 16 12:04:33 2020 -0400 |
tree | d40b431adb770b253c21305c9680ed3456b22ffe | |
parent | 6a30e47fa0c358cc84002e6a429f5f229e0b7b07 [diff] |
nfsd: export upcalls must not return ESTALE when mountd is down If the rpc.mountd daemon goes down, then that should not cause all exports to start failing with ESTALE errors. Let's explicitly distinguish between the cache upcall cases that need to time out, and those that do not. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>