After commit 7d1d9cc440f80 we only serialize large sysctl requests for
non-root users, but we should avoid calling priv_check() unless the
request actually is large, as that's not the common case.
Fixes: 7d1d9cc440f8 ("sysctl: Do not serialize requests when running as root")