|
@@ -176,7 +176,7 @@ reclaimer(void *ptr)
|
|
lock_kernel();
|
|
lock_kernel();
|
|
lockd_up(0); /* note: this cannot fail as lockd is already running */
|
|
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:
|
|
restart:
|
|
nsmstate = host->h_nsmstate;
|
|
nsmstate = host->h_nsmstate;
|
|
@@ -206,7 +206,7 @@ restart:
|
|
|
|
|
|
host->h_reclaiming = 0;
|
|
host->h_reclaiming = 0;
|
|
up_write(&host->h_rwsem);
|
|
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 */
|
|
/* Now, wake up all processes that sleep on a blocked lock */
|
|
list_for_each_entry(block, &nlm_blocked, b_list) {
|
|
list_for_each_entry(block, &nlm_blocked, b_list) {
|