On Wed, 03 Sep 2008 09:32:34 -0500 James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote: > > > + snprintf(buf, len, "%lld%s%s", size, tmp, units_str[units][i]); > > > > Can't print a u64 - we don't know what type it has. It must be cast to > > something, usually unsigned long long. > > I thought there was a patch from Matthew to move u64 to unsigned long > long on all architectures, thus obviating this annoying conversion ... > is that still wandering upstream, or has it been dropped? It broke, and it needs vast numbers of conversions in the arch code. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html