File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Documentation/admin-guide/cgroup-v1 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ files describing that cpuset:
179
179
- cpuset.mem_hardwall flag: is memory allocation hardwalled
180
180
- cpuset.memory_pressure: measure of how much paging pressure in cpuset
181
181
- cpuset.memory_spread_page flag: if set, spread page cache evenly on allowed nodes
182
- - cpuset.memory_spread_slab flag: if set, spread slab cache evenly on allowed nodes
182
+ - cpuset.memory_spread_slab flag: OBSOLETE. Doesn't have any function.
183
183
- cpuset.sched_load_balance flag: if set, load balance within CPUs on that cpuset
184
184
- cpuset.sched_relax_domain_level: the searching range when migrating tasks
185
185
Original file line number Diff line number Diff line change @@ -3897,6 +3897,7 @@ static struct cftype legacy_files[] = {
3897
3897
},
3898
3898
3899
3899
{
3900
+ /* obsolete, may be removed in the future */
3900
3901
.name = "memory_spread_slab" ,
3901
3902
.read_u64 = cpuset_read_u64 ,
3902
3903
.write_u64 = cpuset_write_u64 ,
You can’t perform that action at this time.
0 commit comments