[commit] r2350 - trunk/linux-2.6.x/drivers/block
dslinux_sonny_jim at dslinux.in-berlin.de
dslinux_sonny_jim at dslinux.in-berlin.de
Sun Aug 31 21:24:01 CEST 2008
Author: dslinux_sonny_jim
Date: Sun Aug 31 21:24:00 2008
New Revision: 2350
Log:
Increase max sectors to 8GB to fix http://dslinux.org/f0rums/viewtopic.php?t=664
Modified:
trunk/linux-2.6.x/drivers/block/dldi_c.c
Modified: trunk/linux-2.6.x/drivers/block/dldi_c.c
==============================================================================
--- trunk/linux-2.6.x/drivers/block/dldi_c.c (original)
+++ trunk/linux-2.6.x/drivers/block/dldi_c.c Sun Aug 31 21:24:00 2008
@@ -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 unsigned int nsectors = (3*1024*1024*2); /* 3 GBytes */
+static unsigned int nsectors = (8*1024*1024*2); /* 8 GBytes */
/*
* The internal representation of our device.
More information about the dslinux-commit
mailing list