From: Andreas Schwab Date: Fri, 3 Feb 2006 11:04:12 +0000 (-0800) Subject: [PATCH] ufs: fix char vs. __s8 clash in ufs X-Git-Tag: v2.6.16-rc3~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d923a0603b5909a6758cfaec503955775cb7ab1;p=pandora-kernel.git [PATCH] ufs: fix char vs. __s8 clash in ufs Fix this warning: fs/ufs/super.c: In function ‘ufs_fill_super’: fs/ufs/super.c:858: warning: case label value exceeds maximum value for type which happens because __s8 != char. These macros are used for struct ufs_super_block.fs_clean which is declared as __s8. Signed-off-by: Andreas Schwab Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed