Skip to content

Commit 1000002

Browse files
Christoph Hellwigintel-lab-lkp
authored andcommitted
kernel/hung_task: unexport sysctl_hung_task_timeout_secs
This was added by the bcachefs pull requests despite various objections, and with bcachefs removed is now unused. This reverts commit 5c3273e. Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 90fb6b8 commit 1000002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/hung_task.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static unsigned long __read_mostly sysctl_hung_task_detect_count;
5050
* Zero means infinite timeout - no checking done:
5151
*/
5252
unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
53-
EXPORT_SYMBOL_GPL(sysctl_hung_task_timeout_secs);
5453

5554
/*
5655
* Zero (default value) means use sysctl_hung_task_timeout_secs:

0 commit comments

Comments
 (0)