Loading fs/cifs/CHANGES +2 −1 Original line number Diff line number Diff line 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 ------------ Loading fs/cifs/cifssmb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/cifs/CHANGES +2 −1 Original line number Diff line number Diff line 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 ------------ Loading
fs/cifs/cifssmb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading