diff options
| author | Linus Torvalds <[email protected]> | 2008-12-02 23:56:55 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-12-02 23:56:55 +0000 |
| commit | 51eaaa677691f8da526ce5a3d89e08ee2d2669ce (patch) | |
| tree | dbe679a849eb41990ffdf54d82518e5f45965271 /fs/ubifs/commit.c | |
| parent | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
| parent | UBIFS: pre-allocate bulk-read buffer (diff) | |
| download | kernel-51eaaa677691f8da526ce5a3d89e08ee2d2669ce.tar.gz kernel-51eaaa677691f8da526ce5a3d89e08ee2d2669ce.zip | |
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
* 'linux-next' of git://git.infradead.org/ubifs-2.6:
UBIFS: pre-allocate bulk-read buffer
UBIFS: do not allocate too much
UBIFS: do not print scary memory allocation warnings
UBIFS: allow for gaps when dirtying the LPT
UBIFS: fix compilation warnings
MAINTAINERS: change UBI/UBIFS git tree URLs
UBIFS: endian handling fixes and annotations
UBIFS: remove printk
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) { |
