]> git.baikalelectronics.ru Git - kernel.git/commit
tty: rename tty_kopen() and add new function tty_kopen_shared()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 18 Dec 2020 10:42:44 +0000 (11:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Dec 2020 15:09:11 +0000 (16:09 +0100)
commit8dd6d7674b44f45968c4d7a14585704ccc745aa1
tree2b9ccdd6cbd363a5ba4f24cab2b4ff451f3e893a
parent703b4aaeda226c411ae7e592fdcf61efe00c01a0
tty: rename tty_kopen() and add new function tty_kopen_shared()

Introduce a new function tty_kopen_shared() that yields a struct
tty_struct. The semantic difference to tty_kopen() is that the tty is
expected to be used already. So rename tty_kopen() to
tty_kopen_exclusive() for clearness, adapt the single user and put the
common code in a new static helper function.

tty_kopen_shared is to be used to implement an LED trigger for tty
devices in one of the next patches.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20201218104246.591315-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/accessibility/speakup/spk_ttyio.c
drivers/tty/tty_io.c
include/linux/tty.h