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:
committed by
Christoph Hellwig
parent
0d87e656dd
commit
a568778739
@@ -359,7 +359,7 @@ typedef struct xlog_in_core {
|
||||
int ic_size;
|
||||
int ic_offset;
|
||||
int ic_bwritecnt;
|
||||
ushort_t ic_state;
|
||||
unsigned short ic_state;
|
||||
char *ic_datap; /* pointer to iclog data */
|
||||
#ifdef XFS_LOG_TRACE
|
||||
struct ktrace *ic_trace;
|
||||
|
Reference in New Issue
Block a user