]> 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)
commit620c9ba7346e3a7f887c9b02f3523bc50ecc6fe9
tree82fdb6c95828496d6808c39346e1b3b30d79e887
parent28d778570ef68b81974537f2fc8e845c637c0cda
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: 6d594f5d8298 ("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