Correct typo in dm-log.c:disk_read()  [AJ Lewis]
--- diff/drivers/md/dm-log.c	2003-12-29 14:41:59.000000000 +0000
+++ source/drivers/md/dm-log.c	2003-12-30 15:54:24.000000000 +0000
@@ -247,7 +247,7 @@
 	unsigned i;
 
 	/* copy across the clean/dirty bitset */
-	for (i = 0; i < i; i++)
+	for (i = 0; i < count; i++)
 		disk[i] = cpu_to_le32(core[i]);
 }
 
