The Samba-Bugzilla – Attachment 3641 Details for
Bug 5790
samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Second part of the patch.
look (text/plain), 632 bytes, created by
Jeremy Allison
on 2008-09-26 20:34:04 UTC
(
hide
)
Description:
Second part of the patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-09-26 20:34:04 UTC
Size:
632 bytes
patch
obsolete
>diff --git a/source/smbd/files.c b/source/smbd/files.c >index 13e6dd9..b7ac58d 100644 >--- a/source/smbd/files.c >+++ b/source/smbd/files.c >@@ -122,10 +122,12 @@ NTSTATUS file_new(connection_struct *conn, files_struct **result) > > chain_fsp = fsp; > >- /* A new fsp invalidates a negative fsp_fi_cache. */ >- if (fsp_fi_cache.fsp == NULL) { >- ZERO_STRUCT(fsp_fi_cache); >- } >+ /* A new fsp invalidates the positive and >+ negative fsp_fi_cache as the new fsp is pushed >+ at the start of the list and we search from >+ a cache hit to the *end* of the list. */ >+ >+ ZERO_STRUCT(fsp_fi_cache); > > *result = fsp; > return NT_STATUS_OK;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5790
:
3622
|
3623
|
3627
|
3640
| 3641