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

@@ -180,7 +180,7 @@ xfs_parseargs(
int dswidth = 0;
int iosize = 0;
int dmapi_implies_ikeep = 1;
uchar_t iosizelog = 0;
__uint8_t iosizelog = 0;
/*
* Copy binary VFS mount flags we are interested in.