[PATCH 1/1] UBUNTU: ARM: Unset CONFIG_USB_STORAGE_DEBUG for imx51

Brad Figg brad.figg at canonical.com
Mon Mar 30 21:49:29 UTC 2009


Bug: #348504

When running a live image using linux-imx51 2.6.28.11.13, and performing
an install from an SD card to a USB drive, /var/log/kern.log and
/var/log/messages filled the available space on the filesystem prior to
the completion of the install. Most of this appeared to be usb_storage
debug information.

Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 debian/config/armel/config.imx51 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/config/armel/config.imx51 b/debian/config/armel/config.imx51
index a0051d2..ab0d852 100644
--- a/debian/config/armel/config.imx51
+++ b/debian/config/armel/config.imx51
@@ -1602,7 +1602,7 @@ CONFIG_USB_STORAGE=y
 CONFIG_USB_STORAGE_ALAUDA=y
 CONFIG_USB_STORAGE_CYPRESS_ATACB=y
 CONFIG_USB_STORAGE_DATAFAB=y
-CONFIG_USB_STORAGE_DEBUG=y
+# CONFIG_USB_STORAGE_DEBUG is not set
 CONFIG_USB_STORAGE_DPCM=y
 CONFIG_USB_STORAGE_FREECOM=y
 CONFIG_USB_STORAGE_ISD200=y
-- 
1.6.1.3





More information about the kernel-team mailing list