xfs: remove uchar_t/ushort_t/uint_t/ulong_t types

Just another set of types obsfucating the code, remove them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Christoph Hellwig
2009-02-09 08:37:39 +01:00
committed by Christoph Hellwig
parent 0d87e656dd
commit a568778739
7 changed files with 10 additions and 18 deletions

View File

@@ -1503,7 +1503,7 @@ xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
* This is implemented with some source-level loop unrolling.
*/
xfs_dahash_t
xfs_da_hashname(const uchar_t *name, int namelen)
xfs_da_hashname(const __uint8_t *name, int namelen)
{
xfs_dahash_t hash;