Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45905
b: refs/heads/master
c: d019bcf
h: refs/heads/master
i:
  45903: 1cb2037
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 30, 2007
1 parent bec3df3 commit a181bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0f7b67ae470f3afed3f03d017fd1c29fd1b58b8
refs/heads/master: d019bcf0eb9a55c51f1c57659f923d356b4675e1
4 changes: 2 additions & 2 deletions trunk/fs/lockd/clntlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ reclaimer(void *ptr)
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;
Expand Down Expand Up @@ -206,7 +206,7 @@ reclaimer(void *ptr)

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) {
Expand Down

0 comments on commit a181bfb

Please sign in to comment.