Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96c03bcc authored by Steve French's avatar Steve French
Browse files

[CIFS] Minor cleanup to EA patch



CC: Jeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 31c0519f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
Version 1.62
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
Version 1.61
------------
------------
+1 −1
Original line number Original line Diff line number Diff line
@@ -5392,7 +5392,7 @@ QAllEAsRetry:
	temp_fea = ea_response_data->list;
	temp_fea = ea_response_data->list;
	temp_ptr = (char *)temp_fea;
	temp_ptr = (char *)temp_fea;
	while (list_len > 0) {
	while (list_len > 0) {
		__u8 name_len;
		int name_len;
		__u16 value_len;
		__u16 value_len;


		list_len -= 4;
		list_len -= 4;