lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 02 Aug 2006 13:59:39 -0700
From:	Martin Bligh <mbligh@...igh.org>
To:	Andrew Morton <akpm@...l.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] add newline to nfs dprintk

Add missing \n to dprintk
(attatched as well, cause thunderbird is pants)

Signed-off-by: mbligh@...gle.com

diff -aurpN -X /home/mbligh/.diff.exclude 
linux-2.6.18-rc3/fs/lockd/clntlock.c 
linux-2.6.18-rc3-nfs_printk/fs/lockd/clntlock.c
--- linux-2.6.18-rc3/fs/lockd/clntlock.c        2006-07-31 
10:18:54.000000000 -0700
+++ linux-2.6.18-rc3-nfs_printk/fs/lockd/clntlock.c     2006-08-02 
13:56:39.000000000 -0700
@@ -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)

View attachment "linux-2.6.18-rc3-nfs_printk" of type "text/plain" (669 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ