diff options
author | Christoph Hellwig <hch@lst.de> | 2009-02-09 02:37:39 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@brick.lst.de> | 2009-02-09 02:37:39 -0500 |
commit | a568778739030fb68805dda1af2f4ebbc3adad7d (patch) | |
tree | bdd34f82c2310f44b8de2017ce7e822256489c8e /fs/xfs/linux-2.6/xfs_super.c | |
parent | 0d87e656dd961145f47ede5e37eceecfdc7d8197 (diff) |
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>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index faf3aa3ca154..712fa2950875 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -180,7 +180,7 @@ xfs_parseargs( | |||
180 | int dswidth = 0; | 180 | int dswidth = 0; |
181 | int iosize = 0; | 181 | int iosize = 0; |
182 | int dmapi_implies_ikeep = 1; | 182 | int dmapi_implies_ikeep = 1; |
183 | uchar_t iosizelog = 0; | 183 | __uint8_t iosizelog = 0; |
184 | 184 | ||
185 | /* | 185 | /* |
186 | * Copy binary VFS mount flags we are interested in. | 186 | * Copy binary VFS mount flags we are interested in. |