Skip to content
Commit 8ba7f6c2 authored by Al Viro's avatar Al Viro
Browse files

saner perf_atoll()



That loop in there is both anti-idiomatic *and* completely pointless.
strtoll() is there for purpose; use it and compare what's left with
acceptable suffices.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 849f3127
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment