diff options
author | Eric Biggers <ebiggers@google.com> | 2016-12-03 15:43:48 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-12-03 15:43:48 -0500 |
commit | 132d4e2d55dfd9edae26cb35f088add7c19990e6 (patch) | |
tree | 622e89027af2e61c115728a74b0d71190d4c057b /fs/xattr.c | |
parent | 97c7b18a5d15516a4358a6d2d5ddfb22d62d9fac (diff) | |
download | linux-stable-132d4e2d55dfd9edae26cb35f088add7c19990e6.tar.gz linux-stable-132d4e2d55dfd9edae26cb35f088add7c19990e6.tar.bz2 linux-stable-132d4e2d55dfd9edae26cb35f088add7c19990e6.zip |
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 <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/xattr.c')
0 files changed, 0 insertions, 0 deletions