Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71556
b: refs/heads/master
c: 1e71f25
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Sep 20, 2007
1 parent 0beb9da commit c1f02ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a44b3190e3441986648ff664ef045685995324b
refs/heads/master: 1e71f25d14d70f2bf607b40ab6d7e18daca57f36
3 changes: 3 additions & 0 deletions trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3361,6 +3361,9 @@ CIFSSMBUnixQPathInfo(const int xid, struct cifsTconInfo *tcon,
rc = validate_t2((struct smb_t2_rsp *)pSMBr);

if (rc || (pSMBr->ByteCount < sizeof(FILE_UNIX_BASIC_INFO))) {
cERROR(1, ("Malformed FILE_UNIX_BASIC_INFO response.\n"
"Unix Extensions can be disabled on mount "
"by specifying the nosfu mount option."));
rc = -EIO; /* bad smb */
} else {
__u16 data_offset = le16_to_cpu(pSMBr->t2.DataOffset);
Expand Down

0 comments on commit c1f02ff

Please sign in to comment.