lkml.org 
[lkml]   [2007]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] fs/lockd/clntlock.c: add missing newlines to dprintk's
This patch adds missing newlines to dprintk's.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

fs/lockd/clntlock.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.20-rc4-mm1/fs/lockd/clntlock.c.old 2007-01-26 19:31:43.000000000 +0100
+++ linux-2.6.20-rc4-mm1/fs/lockd/clntlock.c 2007-01-26 19:32:01.000000000 +0100
@@ -176,7 +176,7 @@
lock_kernel();
lockd_up(0); /* note: this cannot fail as lockd is already running */

- dprintk("lockd: reclaiming locks for host %s", host->h_name);
+ dprintk("lockd: reclaiming locks for host %s\n", host->h_name);

restart:
nsmstate = host->h_nsmstate;
@@ -206,7 +206,7 @@

host->h_reclaiming = 0;
up_write(&host->h_rwsem);
- dprintk("NLM: done reclaiming locks for host %s", host->h_name);
+ dprintk("NLM: done reclaiming locks for host %s\n", host->h_name);

/* Now, wake up all processes that sleep on a blocked lock */
list_for_each_entry(block, &nlm_blocked, b_list) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-01-26 20:09    [W:0.113 / U:0.732 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site