diff options
author | Eric Biggers <[email protected]> | 2016-12-03 15:43:48 -0500 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2016-12-03 15:43:48 -0500 |
commit | 132d4e2d55dfd9edae26cb35f088add7c19990e6 (patch) | |
tree | 622e89027af2e61c115728a74b0d71190d4c057b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 97c7b18a5d15516a4358a6d2d5ddfb22d62d9fac (diff) |
mbcache: use consistent type for entry count
mbcache used several different types to represent the number of entries
in the cache. For consistency within mbcache and with the shrinker API,
always use unsigned long.
This does not change behavior for current mbcache users (ext2 and ext4)
since they limit the entry count to a value which easily fits in an int.
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions