|
@@ -54,7 +54,11 @@ extern unsigned int nlm_debug;
|
|
#undef ifdebug
|
|
#undef ifdebug
|
|
#ifdef RPC_DEBUG
|
|
#ifdef RPC_DEBUG
|
|
# define ifdebug(fac) if (unlikely(rpc_debug & RPCDBG_##fac))
|
|
# define ifdebug(fac) if (unlikely(rpc_debug & RPCDBG_##fac))
|
|
-# define dfprintk(fac, args...) do { ifdebug(fac) printk(args); } while(0)
|
|
|
|
|
|
+# define dfprintk(fac, args...) \
|
|
|
|
+ do { \
|
|
|
|
+ ifdebug(fac) \
|
|
|
|
+ printk(KERN_DEFAULT args); \
|
|
|
|
+ } while (0)
|
|
# define RPC_IFDEBUG(x) x
|
|
# define RPC_IFDEBUG(x) x
|
|
#else
|
|
#else
|
|
# define ifdebug(fac) if (0)
|
|
# define ifdebug(fac) if (0)
|