diff options
author | Andreas Schwab <schwab@suse.de> | 2006-02-03 03:04:12 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-03 08:32:05 -0800 |
commit | 9d923a0603b5909a6758cfaec503955775cb7ab1 (patch) | |
tree | 5aa12488890ed9d4be2fb86eb54622d4d4a61f94 /include/linux/inotify.h | |
parent | 90cbc45b1d8a81e661a981ddd69f95d6915f1574 (diff) |
[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 'include/linux/inotify.h')
0 files changed, 0 insertions, 0 deletions