[CIFS] Use unsigned ea length for clarity
[pandora-kernel.git] / fs / cifs / cifssmb.c
index 99ae57d..b79ff68 100644 (file)
@@ -5392,7 +5392,7 @@ QAllEAsRetry:
        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;