[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] netfront accel: Reduce length of accel_watch workqueue name
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1205840622 0 # Node ID 24d797fe82519db6016a7324a9558923ab1143b5 # Parent 2ffc78135e7fc722e5e0df7c1d0a3f627cc5c6f7 netfront accel: Reduce length of accel_watch workqueue name 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@xxxxxxxxxxxxxx> --- drivers/xen/netfront/accel.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 2ffc78135e7f -r 24d797fe8251 drivers/xen/netfront/accel.c --- a/drivers/xen/netfront/accel.c Tue Mar 18 11:24:01 2008 +0000 +++ b/drivers/xen/netfront/accel.c Tue Mar 18 11:43:42 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) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |