aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2006-02-03 03:04:12 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-03 08:32:05 -0800
commit9d923a0603b5909a6758cfaec503955775cb7ab1 (patch)
tree5aa12488890ed9d4be2fb86eb54622d4d4a61f94 /fs/ext2
parent[PATCH] EDAC config cleanup (diff)
downloadlinux-dev-9d923a0603b5909a6758cfaec503955775cb7ab1.tar.xz
linux-dev-9d923a0603b5909a6758cfaec503955775cb7ab1.zip
[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 <schwab@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ext2')
0 files changed, 0 insertions, 0 deletions