]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: fix type usage
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 27 Nov 2017 17:46:31 +0000 (11:46 -0600)
committerEric Sandeen <sandeen@redhat.com>
Mon, 27 Nov 2017 17:46:31 +0000 (11:46 -0600)
commit04842327d74016b539e83a237e90631fe89d3511
tree029c783727cde720ea45992cc9493618f9c5da88
parent52da3101f73ec2715f70c731800c3edfe65a03f5
xfs: fix type usage

Source kernel commit: 2015a63dce8d73a439232a0d5162c88d8513101e

Be consistent about using uint32_t/uint8_t instead of u32/u8.  This is
more so that we don't have to maintain /those/ types in xfsprogs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_log_format.h