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: http://git.ipfire.org/?a=commitdiff_plain;h=ffe5df5574f3655ab30a1cedacb3c7cb37b3f7a6;p=thirdparty%2Fxfsprogs-dev.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 ---