K 10 svn:author V 3 jhb K 8 svn:date V 27 2018-01-04T22:07:58.992160Z K 7 svn:log V 356 Always use atomic_fetchadd() when updating per-user accounting values. This avoids re-reading a variable after it has been updated via an atomic op. It is just a cosmetic cleanup as the read value was only used to control a diagnostic printf that should rarely occur (if ever). Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D13768 END