diff options
Diffstat (limited to 'fs/xfs/xfs_quota.h')
-rw-r--r-- | fs/xfs/xfs_quota.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_quota.h b/fs/xfs/xfs_quota.h index 32cb79752d5d..ed965883f702 100644 --- a/fs/xfs/xfs_quota.h +++ b/fs/xfs/xfs_quota.h | |||
@@ -42,7 +42,7 @@ | |||
42 | * uid_t and gid_t are hard-coded to 32 bits in the inode. | 42 | * uid_t and gid_t are hard-coded to 32 bits in the inode. |
43 | * Hence, an 'id' in a dquot is 32 bits.. | 43 | * Hence, an 'id' in a dquot is 32 bits.. |
44 | */ | 44 | */ |
45 | typedef __int32_t xfs_dqid_t; | 45 | typedef __uint32_t xfs_dqid_t; |
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Eventhough users may not have quota limits occupying all 64-bits, | 48 | * Eventhough users may not have quota limits occupying all 64-bits, |