commit | 58c75cfb51393a52b45262394c1fa81514b4d9bd | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Wed Jan 20 10:49:18 2010 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Jan 20 10:49:18 2010 +1100 |
tree | 0152d968e9a2298e4c74f8a9bae8892ce484f870 | |
parent | 4a24cb71407dc25035d75dd3d118e0e55679e217 [diff] |
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>