xfs: clean up sign warnings in dir2 code
authorDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:48:05 +0000 (10:48 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:48:05 +0000 (10:48 +1100)
commit4a24cb71407dc25035d75dd3d118e0e55679e217
tree47de3e791d35786e0b797b8033afe5f4320b08e3
parenta9273ca5c6814f393e18ed66645f817b2b71e9ad
xfs: clean up sign warnings in dir2 code

We are now consistently using unsigned char strings for names
so fix up the remaining warnings in the dir2 code to complete
the cleanup.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_sf.c