[PATCH 4/4] cpuset: show correct file mode

Li Zefan lizf at cn.fujitsu.com
Sun Mar 1 18:16:02 PST 2009


cpuset.memory_pressure is read-only.

Signed-off-by: Li Zefan <lizf at cn.fujitsu.com>
---
 kernel/cpuset.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index a46d693..1ed507c 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c
@@ -1671,6 +1671,7 @@ static struct cftype files[] = {
 		.read_u64 = cpuset_read_u64,
 		.write_u64 = cpuset_write_u64,
 		.private = FILE_MEMORY_MIGRATE,
+		.mode = 0444,
 	},
 
 	{
-- 1.5.4.rc3 


More information about the Containers mailing list