All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Turton <nturton@solarflare.com>
To: xen-devel@lists.xensource.com
Cc: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>,
	Masaki Kanno <kanno.masaki@jp.fujitsu.com>,
	xen-ia64-devel@lists.xensource.com
Subject: [PATCH] Reduce length of accel_watch workqueue name
Date: Mon, 17 Mar 2008 14:54:30 +0000	[thread overview]
Message-ID: <47DE8626.2040501@solarflare.com> (raw)
In-Reply-To: <D6C885C23D425Fkanno.masaki@jp.fujitsu.com>

As reported reported (see link below) the first argument to
create_workqueue is limited to 10 character on RHEL4U2.  This patch
shortens the length and makes the workqueue name a little more descriptive.

http://lists.xensource.com/archives/html/xen-devel/2008-03/msg00417.html

Signed-off-by: Neil Turton <nturton@solarflare.com>

diff -r 3983b041fc51 drivers/xen/netfront/accel.c
--- a/drivers/xen/netfront/accel.c	Mon Mar 10 22:53:07 2008 +0000
+++ b/drivers/xen/netfront/accel.c	Mon Mar 17 14:01:17 2008 +0000
@@ -71,7 +71,7 @@ void netif_init_accel(void)
 	INIT_LIST_HEAD(&accelerators_list);
 	spin_lock_init(&accelerators_lock);

-	accel_watch_workqueue = create_workqueue("accel_watch");
+	accel_watch_workqueue = create_workqueue("net_accel");
 }

 void netif_exit_accel(void)

  reply	other threads:[~2008-03-17 14:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-14  8:27 [IA64] Weekly benchmark results [ww10] KUWAMURA Shin'ya
2008-03-14 10:57 ` Masaki Kanno
2008-03-17 14:54   ` Neil Turton [this message]
2008-03-18  0:46     ` [Xen-devel] [PATCH] Reduce length of accel_watch workqueue name KUWAMURA Shin'ya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47DE8626.2040501@solarflare.com \
    --to=nturton@solarflare.com \
    --cc=kanno.masaki@jp.fujitsu.com \
    --cc=kuwa@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ia64-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.