]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fat/dir.c
fat: i_blocks warning fix
[linux-2.6-omap-h63xx.git] / fs / fat / dir.c
index 2ecaa17acdb5ceb47851d23f86a46bba48f1ef9c..67e0583570983ccb7683dcbf10dcdb6d67288909 100644 (file)
@@ -86,7 +86,7 @@ next:
        *bh = sb_bread(sb, phys);
        if (*bh == NULL) {
                printk(KERN_ERR "FAT: Directory bread(block %llu) failed\n",
-                      (unsigned long long)phys);
+                      (llu)phys);
                /* skip this block */
                *pos = (iblock + 1) << sb->s_blocksize_bits;
                goto next;