Searched hist:b4ca2942a0a413e08161a5e4a1b32eb3d2d9f8f7 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.h | diff b4ca2942a0a413e08161a5e4a1b32eb3d2d9f8f7 Wed Jan 17 00:09:16 CST 2024 Shyam Prasad N <sprasad@microsoft.com> cifs: new mount option called retrans
[ Upstream commit ce09f8d8a7130e6edfdd6fcad8eb277824d5de95 ]
We have several places in the code where we treat the error -EAGAIN very differently. Some code retry for arbitrary number of times.
Introducing this new mount option named "retrans", so that all these handlers of -EAGAIN can retry a fixed number of times. This applies only to soft mounts.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | fs_context.c | diff b4ca2942a0a413e08161a5e4a1b32eb3d2d9f8f7 Wed Jan 17 00:09:16 CST 2024 Shyam Prasad N <sprasad@microsoft.com> cifs: new mount option called retrans
[ Upstream commit ce09f8d8a7130e6edfdd6fcad8eb277824d5de95 ]
We have several places in the code where we treat the error -EAGAIN very differently. Some code retry for arbitrary number of times.
Introducing this new mount option named "retrans", so that all these handlers of -EAGAIN can retry a fixed number of times. This applies only to soft mounts.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | cifsfs.c | diff b4ca2942a0a413e08161a5e4a1b32eb3d2d9f8f7 Wed Jan 17 00:09:16 CST 2024 Shyam Prasad N <sprasad@microsoft.com> cifs: new mount option called retrans
[ Upstream commit ce09f8d8a7130e6edfdd6fcad8eb277824d5de95 ]
We have several places in the code where we treat the error -EAGAIN very differently. Some code retry for arbitrary number of times.
Introducing this new mount option named "retrans", so that all these handlers of -EAGAIN can retry a fixed number of times. This applies only to soft mounts.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | connect.c | diff b4ca2942a0a413e08161a5e4a1b32eb3d2d9f8f7 Wed Jan 17 00:09:16 CST 2024 Shyam Prasad N <sprasad@microsoft.com> cifs: new mount option called retrans
[ Upstream commit ce09f8d8a7130e6edfdd6fcad8eb277824d5de95 ]
We have several places in the code where we treat the error -EAGAIN very differently. Some code retry for arbitrary number of times.
Introducing this new mount option named "retrans", so that all these handlers of -EAGAIN can retry a fixed number of times. This applies only to soft mounts.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | cifsglob.h | diff b4ca2942a0a413e08161a5e4a1b32eb3d2d9f8f7 Wed Jan 17 00:09:16 CST 2024 Shyam Prasad N <sprasad@microsoft.com> cifs: new mount option called retrans
[ Upstream commit ce09f8d8a7130e6edfdd6fcad8eb277824d5de95 ]
We have several places in the code where we treat the error -EAGAIN very differently. Some code retry for arbitrary number of times.
Introducing this new mount option named "retrans", so that all these handlers of -EAGAIN can retry a fixed number of times. This applies only to soft mounts.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|