Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158340 Details for
Bug 246093
[EMC 5.1 bug] CIFS mount to EMC NAS causes hang on file access : RFC1001 size 135 bigger than SMB for Mid=
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch -- on a NTCreateX call, zero out the bcc
cifs-ntcreatex-bcc-override.patch (text/plain), 500 bytes, created by
Jeff Layton
on 2007-07-02 15:41:49 UTC
(
hide
)
Description:
patch -- on a NTCreateX call, zero out the bcc
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-07-02 15:41:49 UTC
Size:
500 bytes
patch
obsolete
>diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h >diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c >index 19cc294..7aa56d3 100644 >--- a/fs/cifs/misc.c >+++ b/fs/cifs/misc.c >@@ -456,6 +456,11 @@ checkSMB(struct smb_hdr *smb, __u16 mid, unsigned int length) > > if (checkSMBhdr(smb, mid)) > return 1; >+ >+ /* override BCC on SMB_COM_NT_CREATE_ANDX to work around EMC NAS bug */ >+ if (smb->Command == SMB_COM_NT_CREATE_ANDX) >+ BCC_LE(smb) = 0; >+ > clc_len = smbCalcSize_LE(smb); > > if(4 + len != length) {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246093
:
158133
|
158340
|
158341
|
158342
|
158343
|
158344