saner perf_atoll()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 Aug 2014 16:37:29 +0000 (12:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:39:10 +0000 (02:39 -0400)
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>

No differences found