tty: make the kref destructor occur asynchronously
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:22 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:22 +0000 (13:13 -0700)
We want to be able to sleep in the destructor for USB at least. It isn't a
hot path so just pushing it to a work queue doesn't really cause any
difficulty.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found