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

Commit 122ca007 authored by Steve French's avatar Steve French
Browse files

[CIFS] Use unsigned ea length for clarity



Jeff correctly noted that using unsigned ea length is more intuitive.
CC: Jeff Lyaton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 835a36ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
		int name_len;
		unsigned int name_len;
		__u16 value_len;

		list_len -= 4;