diff --git a/[refs] b/[refs] index f4a6ca0804f7..a935fd0d8442 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65800ac77e080cf159d6c1207b6886e18f22bc08 +refs/heads/master: b7b52630deca785c4fc2bf4c53500cee066786af diff --git a/trunk/fs/lockd/clntlock.c b/trunk/fs/lockd/clntlock.c index 52774feab93f..f95cc3f3c42d 100644 --- a/trunk/fs/lockd/clntlock.c +++ b/trunk/fs/lockd/clntlock.c @@ -160,7 +160,7 @@ static void nlmclnt_prepare_reclaim(struct nlm_host *host) */ list_splice_init(&host->h_granted, &host->h_reclaim); - dprintk("NLM: reclaiming locks for host %s", host->h_name); + dprintk("NLM: reclaiming locks for host %s\n", host->h_name); } static void nlmclnt_finish_reclaim(struct nlm_host *host)