mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix.patch removed from -mm tree
@ 2014-04-08 23:00 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-04-08 23:00 UTC (permalink / raw)
  To: mm-commits, petr, joe, akpm

Subject: [folded-merged] ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix.patch removed from -mm tree
To: akpm@linux-foundation.org,joe@perches.com,petr@vandrovec.name,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Tue, 08 Apr 2014 16:00:15 -0700


The patch titled
     Subject: ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix
has been removed from the -mm tree.  Its filename was
     ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix.patch

This patch was dropped because it was folded into ncpfs-convert-dprintk-ddprintk-to-ncp_dbg.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix

Cc: Joe Perches <joe@perches.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/ncpfs/ncp_fs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/ncpfs/ncp_fs.h~ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix fs/ncpfs/ncp_fs.h
--- a/fs/ncpfs/ncp_fs.h~ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix
+++ a/fs/ncpfs/ncp_fs.h
@@ -22,7 +22,7 @@
 
 #define ncp_dbg(level, fmt, ...)				\
 do {								\
-	if (level < DEBUG_NCP)					\
+	if (level <= DEBUG_NCP)					\
 		pr_debug(fmt, ##__VA_ARGS__);			\
 } while (0)
 
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

origin.patch
ncpfs-convert-dprintk-ddprintk-to-ncp_dbg.patch
ufs-sb-mutex-merge-mutex_destroy-fix-v2-fix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-08 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-08 23:00 [folded-merged] ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).