kernel: Make io_thread and kthread bit fields
authorMike Christie <michael.christie@oracle.com>
Fri, 10 Mar 2023 22:03:25 +0000 (16:03 -0600)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Sun, 12 Mar 2023 09:54:42 +0000 (10:54 +0100)
commitc81cc5819faf5dd77124f5086aa654482281ac37
treea6bf2b07a69f7ea882360c26a766a5642ea20fc8
parent73e0c116594d99f807754b15e474690635a87249
kernel: Make io_thread and kthread bit fields

We only set args->io_thread/kthread to 0 or 1 then test if they are set,
so make them bit fields.

Signed-off-by: Mike Christie <michael.christie@oracle.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
include/linux/sched/task.h