]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
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)
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>

No differences found