From: Darrick J. Wong Date: Wed, 28 Feb 2018 19:46:11 +0000 (-0600) Subject: xfs: fix u32 type usage in sb validation function X-Git-Tag: v4.16.0-rc1~63 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Flibxfs-4.16-sync;p=users%2Fhch%2Fxfsprogs.git 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 Reviewed-by: Eric Sandeen [sandeen: no-op commit, fixed previously to keep build working] Signed-off-by: Eric Sandeen ---