patch-2.4.0-test5 linux/fs/fat/cache.c
Next file: linux/fs/fat/dir.c
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 26 09:09:39 2000
- Orig file:
v2.4.0-test4/linux/fs/fat/cache.c
- Orig date:
Sun Feb 13 19:29:04 2000
diff -u --recursive --new-file v2.4.0-test4/linux/fs/fat/cache.c linux/fs/fat/cache.c
@@ -75,7 +75,7 @@
/* Fscking Microsoft marketing department. Their "32" is 28. */
next &= 0xfffffff;
if (next >= 0xffffff7) next = -1;
- PRINTK(("fat_bread: 0x%x, nr=0x%x, first=0x%x, next=0x%d\n", b, nr, first, next));
+ PRINTK(("fat_bread: 0x%x, nr=0x%x, first=0x%x, next=0x%x\n", b, nr, first, next));
} else if (MSDOS_SB(sb)->fat_bits == 16) {
p_first = p_last = NULL; /* GCC needs that stuff */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)