From: Artem Bityutskiy Date: Tue, 21 Oct 2008 09:56:31 +0000 (+0300) Subject: UBIFS: remove printk X-Git-Tag: v2.6.28-rc8~70^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=069782a1ee55105220e5ae2db448495dac267cb1;p=karo-tx-linux.git UBIFS: remove printk 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 --- diff --git a/fs/ubifs/commit.c b/fs/ubifs/commit.c index 0a6aa2cc78f0..b49884c8c10e 100644 --- a/fs/ubifs/commit.c +++ b/fs/ubifs/commit.c @@ -234,8 +234,8 @@ int ubifs_bg_thread(void *info) int err; struct ubifs_info *c = info; - ubifs_msg("background thread \"%s\" started, PID %d", - c->bgt_name, current->pid); + dbg_msg("background thread \"%s\" started, PID %d", + c->bgt_name, current->pid); set_freezable(); while (1) {