]> Git Repo - linux.git/commit
NFSv4: Fail mounts if the lease setup times out
authorTrond Myklebust <[email protected]>
Mon, 9 Sep 2024 17:47:07 +0000 (13:47 -0400)
committerAnna Schumaker <[email protected]>
Mon, 23 Sep 2024 19:03:13 +0000 (15:03 -0400)
commitaf94dca79b1296a6db7b8b47cd43be8e94fce8bb
tree16202eeb2a74430f1e30ca61324702b8880a1bc4
parent03e02b94171b1985dd0aa184296fe94425b855a3
NFSv4: Fail mounts if the lease setup times out

If the server is down when the client is trying to mount, so that the
calls to exchange_id or create_session fail, then we should allow the
mount system call to fail rather than hang and block other mount/umount
calls.

Reported-by: Oleksandr Tymoshenko <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
fs/nfs/nfs4state.c
This page took 0.052976 seconds and 4 git commands to generate.