patch-2.2.17 linux/drivers/block/raid0.c

Next file: linux/drivers/block/rd.c
Previous file: linux/drivers/block/md.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/drivers/block/raid0.c linux/drivers/block/raid0.c
@@ -184,7 +184,7 @@
 
   if (hash - data->hash_table > data->nr_zones) 
   { 
-	  printk(KERN_DEBUG "raid0_map: invalid block %ul\n", block);
+	  printk(KERN_DEBUG "raid0_map: invalid block %li\n", block);
 	  return -1;
   }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)