UBIFS: remove printk
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 21 Oct 2008 09:56:31 +0000 (12:56 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 25 Oct 2008 15:49:32 +0000 (18:49 +0300)
Remove the "UBIFS background thread ubifs_bgd0_0 started" message.
We kill the background thread when we switch to R/O mode, and
start it again whan we switch to R/W mode. OLPC is doing this
many times during boot, and we see this message many times as
well, which is irritating. So just kill the message.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found