Subject: [folded-merged] ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-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: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@xxxxxxxxxxxxxxxxxxxx> Subject: ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-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-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@xxxxxxxxxxxxxxxxxxxx are origin.patch ncpfs-convert-dprintk-ddprintk-to-ncp_dbg.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