mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
The ser_gigaset ISDN driver was using a mutex in its close() method for waiting for other running ldisc methods to finish. That's what completions are for. Incidentally, this also avoids a spurious "BUG: lock held at task exit time" message when the driver's userspace daemon daemonizes itself. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
History
|
|
|---|---|---|
| .. | ||
| asyncdata.c | ||
| bas-gigaset.c | ||
| common.c | ||
| ev-layer.c | ||
| gigaset.h | ||
| i4l.c | ||
| interface.c | ||
| isocdata.c | ||
| Kconfig | ||
| Makefile | ||
| proc.c | ||
| ser-gigaset.c | ||
| usb-gigaset.c | ||