commit | 8ba7f6c2faada3ad553518b9febbdce7a988359b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Aug 29 12:37:29 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:39:10 2014 -0400 |
tree | 5e821d13563bb2059a1393655c02ce14a80c1542 | |
parent | 849f3127bb46ef75a66dffc1b9b0d3f5f43fa395 [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>