diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-23 13:14:09 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-23 13:14:09 +0100 |
| commit | cf74566f126a1f637e7ff475d82b65698836f662 (patch) | |
| tree | 382d23b237686108a0c672965de44938109249f0 /include/linux/sched/task.h | |
| parent | eeae692c20303436b710814d9f594e6d129404db (diff) | |
| parent | ce76d9d4f5f36501013bd94bb65dd067f04b2913 (diff) | |
| download | linux-next-cf74566f126a1f637e7ff475d82b65698836f662.tar.gz linux-next-cf74566f126a1f637e7ff475d82b65698836f662.zip | |
Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
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; |
