Loading kernel/res_counter.c +1 −2 Original line number Diff line number Diff line Loading @@ -159,8 +159,7 @@ int res_counter_memparse_write_strategy(const char *buf, return 0; } /* FIXME - make memparse() take const char* args */ *res = memparse((char *)buf, &end); *res = memparse(buf, &end); if (*end != '\0') return -EINVAL; Loading Loading
kernel/res_counter.c +1 −2 Original line number Diff line number Diff line Loading @@ -159,8 +159,7 @@ int res_counter_memparse_write_strategy(const char *buf, return 0; } /* FIXME - make memparse() take const char* args */ *res = memparse((char *)buf, &end); *res = memparse(buf, &end); if (*end != '\0') return -EINVAL; Loading