mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
[CIFS] Minor cleanup to EA patch
CC: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
31c0519f7a
commit
96c03bccc7
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
------------
|
||||
|
|
|
@ -5392,7 +5392,7 @@ QAllEAsRetry:
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue