All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IPVS: Remove unused pr_fmt #define
@ 2011-01-25  5:15 Simon Horman
  2011-01-25  5:24 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2011-01-25  5:15 UTC (permalink / raw)
  To: netfilter-devel, netdev, lvs-devel; +Cc: Simon Horman, Joe Perches

Cc: Joe Perches <joe@perches.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
 net/netfilter/ipvs/ip_vs_app.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net/netfilter/ipvs/ip_vs_app.c b/net/netfilter/ipvs/ip_vs_app.c
index 5c48ffb..e2a19d0 100644
--- a/net/netfilter/ipvs/ip_vs_app.c
+++ b/net/netfilter/ipvs/ip_vs_app.c
@@ -19,7 +19,6 @@
  */
 
 #define KMSG_COMPONENT "IPVS"
-#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
 
 #include <linux/module.h>
 #include <linux/kernel.h>
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] IPVS: Remove unused pr_fmt #define
  2011-01-25  5:15 [PATCH] IPVS: Remove unused pr_fmt #define Simon Horman
@ 2011-01-25  5:24 ` David Miller
  2011-01-25  6:24   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2011-01-25  5:24 UTC (permalink / raw)
  To: horms; +Cc: netfilter-devel, netdev, lvs-devel, joe

From: Simon Horman <horms@verge.net.au>
Date: Tue, 25 Jan 2011 15:15:53 +1000

> Cc: Joe Perches <joe@perches.com>
> Signed-off-by: Simon Horman <horms@verge.net.au>

Isn't it used by IP_VS_DBG?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] IPVS: Remove unused pr_fmt #define
  2011-01-25  5:24 ` David Miller
@ 2011-01-25  6:24   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2011-01-25  6:24 UTC (permalink / raw)
  To: David Miller; +Cc: netfilter-devel, netdev, lvs-devel, joe

On Mon, Jan 24, 2011 at 09:24:25PM -0800, David Miller wrote:
> From: Simon Horman <horms@verge.net.au>
> Date: Tue, 25 Jan 2011 15:15:53 +1000
> 
> > Cc: Joe Perches <joe@perches.com>
> > Signed-off-by: Simon Horman <horms@verge.net.au>
> 
> Isn't it used by IP_VS_DBG?

Ooops, yes. Please ignore this and v2.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-25  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25  5:15 [PATCH] IPVS: Remove unused pr_fmt #define Simon Horman
2011-01-25  5:24 ` David Miller
2011-01-25  6:24   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.