* Artem Bityutskiy | 2008-11-21 19:19:26 [+0200]: >From: Artem Bityutskiy <Artem.Bityutskiy@xxxxxxxxx> > >We print 'ino_t' type using '%lu' printk() placeholder, but this >results in many warnings when compiling for Alpha platform. Fix >this by adding (unsingned long) casts. > >Fixes these warnings: > >fs/ubifs/journal.c:693: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'ino_t' Wouldn't %z help? A cast sounds wrong. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html