cifs: helper function to check replayable error codes
authorShyam Prasad N <sprasad@microsoft.com>
Sun, 21 Jan 2024 03:32:46 +0000 (03:32 +0000)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Jan 2024 02:23:28 +0000 (20:23 -0600)
commit64cc377b7628b81ffdbdb1c6bacfba895dcac3f8
tree88c5b7abcf34ceea065540276163a01036ff8cee
parenta68106a6928e0a6680f12bcc7338c0dddcfe4d11
cifs: helper function to check replayable error codes

The code to check for replay is not just -EAGAIN. In some
cases, the send request or receive response may result in
network errors, which we're now mapping to -ECONNABORTED.

This change introduces a helper function which checks
if the error returned in one of the above two errors.
And all checks for replays will now use this helper.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cached_dir.c
fs/smb/client/cifsglob.h