You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cifs: if deferred close is disabled then close files immediately
jira VULN-131073
cve-pre CVE-2025-38527
commit-author Bharath SM <[email protected]>
commit df9d70c
If defer close timeout value is set to 0, then there is no
need to include files in the deferred close list and utilize
the delayed worker for closing. Instead, we can close them
immediately.
Signed-off-by: Bharath SM <[email protected]>
Reviewed-by: Shyam Prasad N <[email protected]>
Cc: [email protected]
Signed-off-by: Steve French <[email protected]>
(cherry picked from commit df9d70c)
Signed-off-by: Brett Mastbergen <[email protected]>
0 commit comments