https://bugzilla.novell.com/show_bug.cgi?id=364365 User fseidel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=364365#c15 --- Comment #15 from Frank Seidel <fseidel@novell.com> 2008-02-28 06:47:00 MST --- Seems like you didn't correctly apply my patch .. as most probably its first hunk (the include of linux/msdos_fs.h) is missing. At least that would directly explain the error. Even when correctly applied there is a warning issued that a comparison would always be true. But that one is totally harmless (and also misleading). The used FAT_VALID_MEDIA macro contains a subexpression (x <= 0xFF, which here is always true as x is a unsigned 8bit var) that isn't really needed but also does no harm. I already sent the patch upstream and am now waiting for feedback from there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.