]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Keep rfcomm_dev on the list until it is freed
authorVille Tervo <ville.tervo@nokia.com>
Wed, 11 Jul 2007 07:23:41 +0000 (09:23 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Aug 2007 21:27:46 +0000 (14:27 -0700)
commitb3c5cf79540eb7c65047c917897a1a69ba6aed3e
tree3c2647c7b5f645b83b98d548f51c81baa38d5255
parent772aa8b19ac7c8965ea896c3f8ea0bec8f6b6ee7
Keep rfcomm_dev on the list until it is freed

This patch changes the RFCOMM TTY release process so that the TTY is kept
on the list until it is really freed. A new device flag is used to keep
track of released TTYs.

Signed-off-by: Ville Tervo <ville.tervo@nokia.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/net/bluetooth/rfcomm.h
net/bluetooth/rfcomm/tty.c