aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2010-06-01 22:53:06 +0200
committerGreg Kroah-Hartman <[email protected]>2010-08-10 13:47:43 -0700
commit60af22d2ed490554cc92c8d0fed0b5b9cf687568 (patch)
tree6c9d1b2d9b5c409dc6a38f26ed5b7ec0f37a041a /net/unix/af_unix.c
parentbe1bc2889a4db4961ef69f47fb471ecae9f23ade (diff)
tty: reorder ldisc locking
We need to release the BTM in paste_selection() when sleeping in tty_ldisc_ref_wait to avoid deadlocks with tty_ldisc_enable. In tty_set_ldisc, we now always grab the BTM before taking the ldisc_mutex in order to avoid AB-BA deadlocks between the two. tty_ldisc_halt potentially blocks on a workqueue function that takes the BTM, so we must release the BTM before calling it. Signed-off-by: Arnd Bergmann <[email protected]> Cc: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions