The patch titled add newline to nfs dprintk has been removed from the -mm tree. Its filename is add-newline-to-nfs-dprintk.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: add newline to nfs dprintk From: Martin Bligh <mbligh@xxxxxxxxxx> Add missing \n to dprintk Signed-off-by: Martin Bligh <mbligh@xxxxxxxxxx> Acked-by: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/lockd/clntlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/lockd/clntlock.c~add-newline-to-nfs-dprintk fs/lockd/clntlock.c --- a/fs/lockd/clntlock.c~add-newline-to-nfs-dprintk +++ a/fs/lockd/clntlock.c @@ -160,7 +160,7 @@ static void nlmclnt_prepare_reclaim(stru */ 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) _ Patches currently in -mm which might be from mbligh@xxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html