diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-01-22 09:52:23 +0100 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2026-01-22 11:11:21 +0100 |
| commit | 377521af0341083bc9d196cf021ec7265dc47c20 (patch) | |
| tree | 824601064af877fd152545103f8ead3e67aae2b1 /init | |
| parent | 4b603f1551a73e2868b9e7a14b3938c23275cefb (diff) | |
sched: remove task_struct->faults_disabled_mapping
This reverts commit 2b69987be575 ("sched: Add
task_struct->faults_disabled_mapping"), which added this field without
review or maintainer signoff. With bcachefs removed from the
tree it is also unused now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260122085223.487092-1-hch@lst.de
Diffstat (limited to 'init')
| -rw-r--r-- | init/init_task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init_task.c b/init/init_task.c index 49b13d7c3985..7d9094ae8eab 100644 --- a/init/init_task.c +++ b/init/init_task.c @@ -113,7 +113,6 @@ struct task_struct init_task __aligned(L1_CACHE_BYTES) = { .nr_cpus_allowed= NR_CPUS, .mm = NULL, .active_mm = &init_mm, - .faults_disabled_mapping = NULL, .restart_block = { .fn = do_no_restart_syscall, }, |
