diff options
Diffstat (limited to 'fs/lockd/clntlock.c')
-rw-r--r-- | fs/lockd/clntlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/clntlock.c b/fs/lockd/clntlock.c index 52774feab93f..f95cc3f3c42d 100644 --- a/fs/lockd/clntlock.c +++ b/fs/lockd/clntlock.c | |||
@@ -160,7 +160,7 @@ static void nlmclnt_prepare_reclaim(struct nlm_host *host) | |||
160 | */ | 160 | */ |
161 | list_splice_init(&host->h_granted, &host->h_reclaim); | 161 | list_splice_init(&host->h_granted, &host->h_reclaim); |
162 | 162 | ||
163 | dprintk("NLM: reclaiming locks for host %s", host->h_name); | 163 | dprintk("NLM: reclaiming locks for host %s\n", host->h_name); |
164 | } | 164 | } |
165 | 165 | ||
166 | static void nlmclnt_finish_reclaim(struct nlm_host *host) | 166 | static void nlmclnt_finish_reclaim(struct nlm_host *host) |