• Andrew Morton's avatar
    drivers/md/raid5.c: fix printk warnings · 9ea85eba
    Andrew Morton authored
    gcc-3.4.5 on sparc64:
    
    drivers/md/raid5.c: In function `raid5_end_read_request':
    drivers/md/raid5.c:1147: warning: long long unsigned int format, long unsigned int arg (arg 4)
    drivers/md/raid5.c:1164: warning: long long unsigned int format, long unsigned int arg (arg 3)
    drivers/md/raid5.c:1170: warning: long long unsigned int format, long unsigned int arg (arg 3)
    
    sector_t is u64, and we don't know what type the architecture uses to
    implement u64 (on some it is unsigned long).
    
    Cc: Neil Brown <neilb@suse.de>
    Cc: "J. Bruce Fields" <bfields@fieldses.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    9ea85eba
raid5.c 134 KB