From 8ba7f6c2faada3ad553518b9febbdce7a988359b Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 29 Aug 2014 12:37:29 -0400 Subject: [PATCH] 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 --- Reading git-format-patch failed