diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-06-18 11:57:06 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-06-21 10:12:46 -0700 |
commit | 10be350b8c6c426b82d4df937f25b37eabdc3d67 (patch) | |
tree | 752b1cb8ea2c3ac3f1f67f73cfbadcf6c512db0b /fs/xfs/xfs_fsops.c | |
parent | 77b4d2861e8381d00e4b9bd1be2a355dda99ff60 (diff) | |
download | lwn-10be350b8c6c426b82d4df937f25b37eabdc3d67.tar.gz lwn-10be350b8c6c426b82d4df937f25b37eabdc3d67.zip |
xfs: fix type mismatches in the inode reclaim functions
It's currently unlikely that we will ever end up with more than 4
billion inodes waiting for reclamation, but the fs object code uses long
int for object counts and we're certainly capable of generating that
many. Instead of truncating the internal counters, widen them and
report the object counts correctly.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
0 files changed, 0 insertions, 0 deletions