xfs: make compile warn about char sign mismatches again
authorDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:49:18 +0000 (10:49 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:49:18 +0000 (10:49 +1100)
commit58c75cfb51393a52b45262394c1fa81514b4d9bd
tree0152d968e9a2298e4c74f8a9bae8892ce484f870
parent4a24cb71407dc25035d75dd3d118e0e55679e217
xfs: make compile warn about char sign mismatches again

The -fno-unsigned-char directive has no effect anymore as the
XFs build is clean. However, the kernel build hides pointer sign
differences so turn that back on so that we can clean up all the
mismatches prior to a userspace code resync.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile