Commit 2ba37b5
committed
smb3: request handle caching when caching directories
jira LE-2522
Rebuild_History Non-Buildable kernel-5.14.0-503.29.1.el9_5
commit-author Steve French <stfrench@microsoft.com>
commit 9ed9d83
This client was only requesting READ caching, not READ and HANDLE caching
in the LeaseState on the open requests we send for directories. To
delay closing a handle (e.g. for caching directory contents) we should
be requesting HANDLE as well as READ (as we already do for deferred
close of files). See MS-SMB2 3.3.1.4 e.g.
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
(cherry picked from commit 9ed9d83)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>1 parent 6f1ab16 commit 2ba37b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3972 | 3972 | | |
3973 | 3973 | | |
3974 | 3974 | | |
3975 | | - | |
| 3975 | + | |
3976 | 3976 | | |
3977 | 3977 | | |
3978 | 3978 | | |
| |||
0 commit comments