]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
cifs: make default value of retrans as zero
authorShyam Prasad N <sprasad@microsoft.com>
Wed, 11 Mar 2026 05:18:54 +0000 (10:48 +0530)
committerSteve French <stfrench@microsoft.com>
Wed, 11 Mar 2026 23:46:42 +0000 (18:46 -0500)
commite3beefd3af09f8e460ddaf39063d3d7664d7ab59
treed9ef258aff215d753402468017acdec2c8478b41
parent40e75e42f49ca54b4ff41f3edb94f5ef0299140c
cifs: make default value of retrans as zero

When retrans mount option was introduced, the default value was set
as 1. However, in the light of some bugs that this has exposed recently
we should change it to 0 and retain the old behaviour before this option
was introduced.

Cc: <stable@vger.kernel.org>
Reviewed-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/fs_context.c