On Mon, Feb 20, 2012 at 08:00:05AM -0800, Randy Dunlap wrote: > On 02/20/2012 04:56 AM, Heiko Carstens wrote: > >Get rid of this one: > > > >fs/ext4/balloc.c: In function 'ext4_wait_block_bitmap': > >fs/ext4/balloc.c:405:3: warning: format '%llu' expects argument of > > type 'long long unsigned int', but argument 6 has type 'sector_t' [-Wformat] > > > >Happens because sector_t is u64 (unsigned long long) or unsigned long > >dependent on CONFIG_64BIT. > > > >Signed-off-by: Heiko Carstens<heiko.carstens@xxxxxxxxxx> > > I sent the same patch on Jan. 30. I wonder what happened to it? > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Applied, thanks. Sorry, Randy for not getting to your patch before this. I tend to review and apply patches in a fairly bursty fashion. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html