aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
diff options
context:
space:
mode:
authorGravatar Darrick J. Wong <darrick.wong@oracle.com> 2017-11-09 09:34:28 -0800
committerGravatar Darrick J. Wong <darrick.wong@oracle.com> 2017-11-09 15:50:29 -0800
commit65a7935ddc9a1f0c723842776259d76394b4bd11 (patch)
treeb005cc780bed87531976c54df011d25bf5088c93 /fs/xfs/libxfs/xfs_format.h
parentxfs: handle zero entries case in xfs_iext_rebalance_leaf (diff)
downloadlinux-65a7935ddc9a1f0c723842776259d76394b4bd11.tar.gz
linux-65a7935ddc9a1f0c723842776259d76394b4bd11.tar.bz2
linux-65a7935ddc9a1f0c723842776259d76394b4bd11.zip
xfs: remove u_int* type usage
Use the uint* types instead of the u_int* types. This will (hopefully) pair with an xfsprogs cleanup. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_format.h')
-rw-r--r--fs/xfs/libxfs/xfs_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_format.h b/fs/xfs/libxfs/xfs_format.h
index 2e047e76db2f..1acb584fc5f7 100644
--- a/fs/xfs/libxfs/xfs_format.h
+++ b/fs/xfs/libxfs/xfs_format.h
@@ -1147,7 +1147,7 @@ static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev)
* Dquot and dquot block format definitions
*/
#define XFS_DQUOT_MAGIC 0x4451 /* 'DQ' */
-#define XFS_DQUOT_VERSION (u_int8_t)0x01 /* latest version number */
+#define XFS_DQUOT_VERSION (uint8_t)0x01 /* latest version number */
/*
* This is the main portion of the on-disk representation of quota