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>
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)