From: Darrick J. Wong Date: Fri, 17 Nov 2017 04:11:35 +0000 (-0600) Subject: xfs: remove u_int* type usage X-Git-Tag: v4.15.0-rc1~143^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52da3101f73ec2715f70c731800c3edfe65a03f5;p=thirdparty%2Fxfsprogs-dev.git xfs: remove u_int* type usage Source kernel commit: 65a7935ddc9a1f0c723842776259d76394b4bd11 Use the uint* types instead of the u_int* types. This will (hopefully) pair with an xfsprogs cleanup. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner [sandeen: no-op commit, libxfs was already fixed in userspace] Signed-off-by: Eric Sandeen ---