diff options
author | Eric Paris <[email protected]> | 2010-10-25 14:41:32 -0400 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-10-26 11:37:18 -0700 |
commit | 497f32337073a2da102c49a53779097b5394711b (patch) | |
tree | 203cbcd3f9462737d872e24fb2c847ce9a69de45 /tools/perf/scripts/python/syscall-counts.py | |
parent | b575156dafef208415ff0842c392733d16d4ccf1 (diff) |
IMA: use unsigned int instead of long for counters
Currently IMA uses 2 longs in struct inode. To save space (and as it
seems impossible to overflow 32 bits) we switch these to unsigned int.
The switch to unsigned does require slightly different checks for
underflow, but it isn't complex.
Signed-off-by: Eric Paris <[email protected]>
Acked-by: Mimi Zohar <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions