diff options
| author | Christian Brauner <brauner@kernel.org> | 2026-07-02 10:00:13 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-07-02 10:00:13 +0200 |
| commit | 5c73bf8878bf4e2770549c029ea41b328993de92 (patch) | |
| tree | fecf62624f4d8222d93a25e9a17e97e4a85b739c /include/linux/sched/task.h | |
| parent | 526b2b2b2461704c8e8ecf7c3e514221a80ddc0d (diff) | |
| parent | 804dd204728c9fa740e28595a4be5ab0a87f8aed (diff) | |
| download | linux-next-5c73bf8878bf4e2770549c029ea41b328993de92.tar.gz linux-next-5c73bf8878bf4e2770549c029ea41b328993de92.zip | |
Merge branch 'vfs-7.3.kthread' into vfs.all
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux/sched/task.h')
| -rw-r--r-- | include/linux/sched/task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/task.h b/include/linux/sched/task.h index 41ed884cffc9..e0c1ca8c6a18 100644 --- a/include/linux/sched/task.h +++ b/include/linux/sched/task.h @@ -31,6 +31,7 @@ struct kernel_clone_args { u32 io_thread:1; u32 user_worker:1; u32 no_files:1; + u32 umh:1; unsigned long stack; unsigned long stack_size; unsigned long tls; |
