dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/isdn/capi
Tejun Heo 158fa67753 isdn/capi: make kcapi use a separate workqueue
flush_scheduled_work() is deprecated and will be removed.  Because
kcapi uses fire-and-forget type works, it's impossible to flush each
work explicitly.  Create and use a dedicated workqueue instead.

Please note that with recent workqueue changes, each workqueue doesn't
reserve a lot of resources and using it as a flush domain is fine.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Jan Kiszka <jan.kiszka@web.de>
2010-12-24 15:59:06 +01:00
..
Kconfig CAPI: Remove experimental tag from middleware feature 2010-02-16 16:01:36 -08:00
Makefile
capi.c drivers/isdn: Remove unnecessary casts of private_data 2010-07-12 21:13:34 -07:00
capidrv.c isdn/capi: unregister capictr notifier after init failure 2010-12-24 15:59:05 +01:00
capidrv.h
capifs.c convert get_sb_single() users 2010-10-29 04:16:28 -04:00
capifs.h CAPI: Sanitize capifs API 2010-02-16 16:01:18 -08:00
capilib.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
capiutil.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
kcapi.c isdn/capi: make kcapi use a separate workqueue 2010-12-24 15:59:06 +01:00
kcapi.h CAPI: Rework locking of controller data structures 2010-02-16 16:01:22 -08:00
kcapi_proc.c CAPI: Rework application locking 2010-02-16 16:01:22 -08:00