From 377521af0341083bc9d196cf021ec7265dc47c20 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 22 Jan 2026 09:52:23 +0100 Subject: 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 Signed-off-by: Peter Zijlstra (Intel) Link: https://patch.msgid.link/20260122085223.487092-1-hch@lst.de --- include/linux/sched.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/linux/sched.h b/include/linux/sched.h index bf96a7d595e2..71654e33bdbe 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -955,7 +955,6 @@ struct task_struct { struct mm_struct *mm; struct mm_struct *active_mm; - struct address_space *faults_disabled_mapping; int exit_state; int exit_code; -- cgit v1.2.3