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)
commit716b10580283fda66f2b88140e3964f8a7f9da89
treea62f706f26af88b29ec43537c4f953b83ec1f151
parentb941e487152e0909ef43faacae6eeee266d9b378
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