r1877

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Sun Sep 9 17:11:07 CEST 2007


Author: amadeus
Date: 2007-09-09 17:11:02 +0200 (Sun, 09 Sep 2007)
New Revision: 1877

Log:
Small change to max. capacity.

Modified: trunk/linux-2.6.x/drivers/block/dldi_c.c
===================================================================
--- trunk/linux-2.6.x/drivers/block/dldi_c.c	2007-09-08 20:55:48 UTC (rev 1876)
+++ trunk/linux-2.6.x/drivers/block/dldi_c.c	2007-09-09 15:11:02 UTC (rev 1877)
@@ -77,7 +77,7 @@
 static int dldi_major = 240;
 
 /* We don't know how big the medium is. So we take some big number, */
-static int nsectors   = (2*1024*1024*2);	/* 2 GBytes */
+static unsigned int nsectors   = (3*1024*1024*2);	/* 3 GBytes */
 
 /*
  * The internal representation of our device.




More information about the dslinux-commit mailing list