]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
authorOlga Kornievskaia <kolga@netapp.com>
Thu, 24 Mar 2022 14:38:42 +0000 (10:38 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 24 Mar 2022 16:06:07 +0000 (12:06 -0400)
commit36325a0e1a8b6dc5a06bc628b185e0a48b036b67
tree82fdb6c95828496d6808c39346e1b3b30d79e887
parentf4a06f87756001c3b9977eceead8471dc20b4469
NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error

There is no reason to retry the operation if a session error had
occurred in such case result structure isn't filled out.

Fixes: 2a162ddbe7c6 ("NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION")
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c