[folded-merged] ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: [folded-merged] ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix.patch removed from -mm tree
To: akpm@xxxxxxxxxxxxxxxxxxxx,joe@xxxxxxxxxxx,petr@xxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Tue, 08 Apr 2014 16:00:13 -0700


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

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

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix

Cc: Joe Perches <joe@xxxxxxxxxxx>
Cc: Petr Vandrovec <petr@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 fs/ncpfs/ncp_fs.h
--- a/fs/ncpfs/ncp_fs.h~ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-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@xxxxxxxxxxxxxxxxxxxx are

origin.patch
ncpfs-convert-dprintk-ddprintk-to-ncp_dbg.patch
ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix.patch
ufs-sb-mutex-merge-mutex_destroy-fix-v2-fix.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




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux