The Samba-Bugzilla – Attachment 3514 Details for
Bug 4066
Subdirectory contents are shown as identical to the root directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
workaround patch for older cifs.ko (turns off DFS flag in request)
turn-off-dfs-paths-in-old-cifs-without-full-dfs-support.patch (text/plain), 504 bytes, created by
Steve French
on 2008-08-28 17:56:57 UTC
(
hide
)
Description:
workaround patch for older cifs.ko (turns off DFS flag in request)
Filename:
MIME Type:
Creator:
Steve French
Created:
2008-08-28 17:56:57 UTC
Size:
504 bytes
patch
obsolete
>diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c >index 2a42d9f..2fa53d9 100644 >--- a/fs/cifs/misc.c >+++ b/fs/cifs/misc.c >@@ -372,8 +372,8 @@ header_assemble(struct smb_hdr *buffer, char smb_command /* command */ , > } > } > } >- if (treeCon->Flags & SMB_SHARE_IS_IN_DFS) >- buffer->Flags2 |= SMBFLG2_DFS; >+/* if (treeCon->Flags & SMB_SHARE_IS_IN_DFS) >+ buffer->Flags2 |= SMBFLG2_DFS;*/ > if (treeCon->nocase) > buffer->Flags |= SMBFLG_CASELESS; > if ((treeCon->ses) && (treeCon->ses->server))
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 4066
:
2111
|
2112
|
2113
|
2114
| 3514