All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netback: remove an unused variable
@ 2007-11-22 12:58 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2007-11-22 12:58 UTC (permalink / raw)
  To: xen-devel

As usual, written and tested against 2.6.23 and made apply against
2.6.18 without further testing.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

Index: head-2007-10-26/drivers/xen/netback/accel.c
===================================================================
--- head-2007-10-26.orig/drivers/xen/netback/accel.c	2007-11-13 11:19:08.000000000 +0100
+++ head-2007-10-26/drivers/xen/netback/accel.c	2007-11-13 13:12:52.000000000 +0100
@@ -194,7 +194,6 @@ static int netback_accelerator_cleanup_b
 void netback_disconnect_accelerator(int id, const char *eth_name)
 {
 	struct netback_accelerator *accelerator, *next;
-	unsigned flags;
 
 	mutex_lock(&accelerators_mutex);
 	list_for_each_entry_safe(accelerator, next, &accelerators_list, link) {

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

only message in thread, other threads:[~2007-11-22 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 12:58 [PATCH] netback: remove an unused variable Jan Beulich

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.