]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: explicitly cast resource usage counts in do_warn
authorDarrick J. Wong <djwong@kernel.org>
Fri, 25 Feb 2022 22:42:16 +0000 (17:42 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 25 Feb 2022 22:42:16 +0000 (17:42 -0500)
commit10eea7105da0be617e20b16a666be41d150b24fc
tree79cd33775af816b89b99e222eb2f3104a3543c62
parente9ff33f6e604ece202373be3ac176064083d913e
xfs_repair: explicitly cast resource usage counts in do_warn

Explicitly cast the ondisk dquot counter argument to do_warn when
complaining about incorrect quota counts.  This avoids build warnings on
ppc64le.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/quotacheck.c