aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpuset.c')
-rw-r--r--kernel/cpuset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index f76db9dcaa05..ee5ec386aa8b 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c
@@ -1706,6 +1706,7 @@ static struct cftype files[] = {
1706 .read_u64 = cpuset_read_u64, 1706 .read_u64 = cpuset_read_u64,
1707 .write_u64 = cpuset_write_u64, 1707 .write_u64 = cpuset_write_u64,
1708 .private = FILE_MEMORY_PRESSURE, 1708 .private = FILE_MEMORY_PRESSURE,
1709 .mode = S_IRUGO,
1709 }, 1710 },
1710 1711
1711 { 1712 {