diff options
| author | 2008-12-12 11:53:43 +0100 | |
|---|---|---|
| committer | 2008-12-12 11:53:43 +0100 | |
| commit | e18d7af85296cb6999aae171e8a9f8612bea5ae0 (patch) | |
| tree | 97a675ecc17bef2f710c50f5ea2a480df0e362c0 /fs/ubifs/commit.c | |
| parent | x86: add memory hotremove config option (diff) | |
| parent | Linux 2.6.28-rc8 (diff) | |
| download | linux-dev-e18d7af85296cb6999aae171e8a9f8612bea5ae0.tar.xz linux-dev-e18d7af85296cb6999aae171e8a9f8612bea5ae0.zip | |
Merge commit 'v2.6.28-rc8' into x86/mm
Diffstat (limited to 'fs/ubifs/commit.c')
| -rw-r--r-- | fs/ubifs/commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
