diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 41ad46bf22c5121dadafa6e5d7fabfcc274cb3ca..da335899527b4356b4c92305b809c9aebcd88640 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -1275,6 +1275,7 @@ static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, if (con_is_visible(vc)) update_screen(vc); vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num); + notify_update(vc); return err; }