commit | f9c82a4ea89c384d49ce03768ba88d049ed3f1f0 | [log] [tgz] |
---|---|---|
author | Alexey Gladkov <legion@kernel.org> | Thu Apr 22 14:27:08 2021 +0200 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Fri Apr 30 14:14:00 2021 -0500 |
tree | dc997760082f277fea8b2cb0b4c6a3f6048fb806 | |
parent | 9f4ad9e425a1d3b6a34617b8ea226d56a119a717 [diff] |
Increase size of ucounts to atomic_long_t RLIMIT_MSGQUEUE and RLIMIT_MEMLOCK use unsigned long to store their counters. As a preparation for moving rlimits based on ucounts, we need to increase the size of the variable to long. Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/257aa5fb1a7d81cf0f4c34f39ada2320c4284771.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>