]> git.baikalelectronics.ru Git - kernel.git/commit
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
authorJiri Slaby <jslaby@suse.cz>
Thu, 7 Jul 2022 08:25:57 +0000 (10:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 13:16:28 +0000 (15:16 +0200)
commit0b16a53c573489c8ee9962fd84f07a9f7156eab6
treea62f706f26af88b29ec43537c4f953b83ec1f151
parentaf9f39ed2abb60ff8dad94aa04587046d9a39028
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()

We will need this new helper in the next patch.

Cc: Hillf Danton <hdanton@sina.com>
Cc: 一只狗 <chennbnbnb@gmail.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220707082558.9250-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c