mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
Some checks failed
build / bcachefs-tools-deb (ubuntu-22.04) (push) Waiting to run
build / bcachefs-tools-deb (ubuntu-24.04) (push) Waiting to run
build / bcachefs-tools-rpm (push) Waiting to run
build / bcachefs-tools-msrv (push) Waiting to run
Nix-Tests / nix-flake-check (push) Waiting to run
update-flake-lock / lockfile (push) Has been cancelled
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
7 lines
167 B
C
7 lines
167 B
C
#ifndef __TOOLS_LINUX_SCHED_SYSCTL_H
|
|
#define __TOOLS_LINUX_SCHED_SYSCTL_H
|
|
|
|
#define sysctl_hung_task_timeout_secs (HZ * 10)
|
|
|
|
#endif /* __TOOLS_LINUX_SCHED_SYSCTL_H */
|