]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: fix u32 type usage in sb validation function libxfs-4.16-sync
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 28 Feb 2018 19:46:11 +0000 (13:46 -0600)
committerEric Sandeen <sandeen@redhat.com>
Wed, 28 Feb 2018 19:46:11 +0000 (13:46 -0600)
commitffe5df5574f3655ab30a1cedacb3c7cb37b3f7a6
treef99d862da1158d48f94e0743573e053bfcbfb580
parentc38464ff97af428ce9036c8613b0a8d3232129f7
xfs: fix u32 type usage in sb validation function

Source kernel commit: 131fa58d391fc0939f6c66b23776ad5df5db20f9

Don't use u32, use uint32_t, because this won't work in xfsprogs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
[sandeen: no-op commit, fixed previously to keep build working]
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>