]> git.ipfire.org Git - thirdparty/linux.git/commit
vhost_task_create: kill unnecessary .exit_signal initialization
authorOleg Nesterov <oleg@redhat.com>
Sun, 22 Mar 2026 15:19:55 +0000 (16:19 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 10 Jun 2026 06:17:00 +0000 (02:17 -0400)
commit476a847da37ea090bb7e05c396ff54c116372c3e
treeb7fe940043cd14ab10780022f03b128a4c883488
parentb20b0867f2b36f382d6e77b8f2a489cc37a94366
vhost_task_create: kill unnecessary .exit_signal initialization

The only reason for this janitorial change is that this initialization
adds unnecessary noise to "git grep exit_signal".

args.exit_signal has no effect with CLONE_THREAD, not to mention it is
zero-initialized by the compiler anyway.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <acAIm732QPFZs15C@redhat.com>
kernel/vhost_task.c