kselftest: rtnetlink: fix ip route command typo
[linux-block.git] / block / blk-throttle.h
index d1ccbfe9f797882c05256a5780fa151093174c44..bffbc9cfc8ab6bac79ad4d3cff04622ce1f852d8 100644 (file)
@@ -127,8 +127,8 @@ struct throtl_grp {
         * bytes/ios are waited already in previous configuration, and they will
         * be used to calculate wait time under new configuration.
         */
-       uint64_t carryover_bytes[2];
-       unsigned int carryover_ios[2];
+       long long carryover_bytes[2];
+       int carryover_ios[2];
 
        unsigned long last_check_time;