Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184936
b: refs/heads/master
c: 96c03bc
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Feb 23, 2010
1 parent acf1276 commit 3a95858
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31c0519f7af99ae60fd39f7f1c1f7ae1efb56760
refs/heads/master: 96c03bccc7defb1f0d486165af5c0b8590f56c11
3 changes: 2 additions & 1 deletion trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 1.62
------------
Add sockopt=TCP_NODELAY mount option.
Add sockopt=TCP_NODELAY mount option. EA (xattr) routines hardened
to more strictly handle corrupt frames.

Version 1.61
------------
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -5392,7 +5392,7 @@ CIFSSMBQAllEAs(const int xid, struct cifsTconInfo *tcon,
temp_fea = ea_response_data->list;
temp_ptr = (char *)temp_fea;
while (list_len > 0) {
__u8 name_len;
int name_len;
__u16 value_len;

list_len -= 4;
Expand Down

0 comments on commit 3a95858

Please sign in to comment.