summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-03 13:01:26 +0100
committerMark Brown <broonie@kernel.org>2026-07-03 13:01:26 +0100
commit3fe72fdcf8fea2544b7f212e202c57cf8ec8d5c5 (patch)
tree7685efcef1213d4ab1ed829e0799343a9b89bb76 /include/linux/sched
parent51679e8c711fcc18f6450cb8cd37e594874d1afb (diff)
parentcf6f88615485a68df77092de1f90f88708a32fa6 (diff)
downloadlinux-next-3fe72fdcf8fea2544b7f212e202c57cf8ec8d5c5.tar.gz
linux-next-3fe72fdcf8fea2544b7f212e202c57cf8ec8d5c5.zip
Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
Diffstat (limited to 'include/linux/sched')
-rw-r--r--include/linux/sched/task.h1
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;