aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-02-09 08:37:39 +0100
committerChristoph Hellwig <hch@brick.lst.de>2009-02-09 08:37:39 +0100
commita568778739030fb68805dda1af2f4ebbc3adad7d (patch)
treebdd34f82c2310f44b8de2017ce7e822256489c8e /fs/xfs/xfs_da_btree.c
parent0d87e656dd961145f47ede5e37eceecfdc7d8197 (diff)
downloadkernel_samsung_smdk4412-a568778739030fb68805dda1af2f4ebbc3adad7d.zip
kernel_samsung_smdk4412-a568778739030fb68805dda1af2f4ebbc3adad7d.tar.gz
kernel_samsung_smdk4412-a568778739030fb68805dda1af2f4ebbc3adad7d.tar.bz2
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/xfs_da_btree.c')
-rw-r--r--fs/xfs/xfs_da_btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_da_btree.c b/fs/xfs/xfs_da_btree.c
index c45f74f..9ff6e57 100644
--- a/fs/xfs/xfs_da_btree.c
+++ b/fs/xfs/xfs_da_btree.c
@@ -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;