From ef7ca6e4052b11380e42dc3ae1b63e46481b90a9 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 29 Dec 2006 16:49:04 -0800 Subject: [PATCH] --- yaml --- r: 45126 b: refs/heads/master c: 089e34b60033863549fbe561d31ac8c778a20e7f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/cpuset.h | 2 +- trunk/kernel/cpuset.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3aa84dbf6f3b..777d096cee4b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 918d3f90e8d5657491024f64427e9a5ea632d284 +refs/heads/master: 089e34b60033863549fbe561d31ac8c778a20e7f diff --git a/trunk/include/linux/cpuset.h b/trunk/include/linux/cpuset.h index 826b15e914e2..fd404416f31c 100644 --- a/trunk/include/linux/cpuset.h +++ b/trunk/include/linux/cpuset.h @@ -55,7 +55,7 @@ extern int cpuset_excl_nodes_overlap(const struct task_struct *p); extern int cpuset_memory_pressure_enabled; extern void __cpuset_memory_pressure_bump(void); -extern const struct file_operations proc_cpuset_operations; +extern struct file_operations proc_cpuset_operations; extern char *cpuset_task_status_allowed(struct task_struct *task, char *buffer); extern void cpuset_lock(void); diff --git a/trunk/kernel/cpuset.c b/trunk/kernel/cpuset.c index 232aed2b10f9..6b05dc69c959 100644 --- a/trunk/kernel/cpuset.c +++ b/trunk/kernel/cpuset.c @@ -2656,7 +2656,7 @@ static int cpuset_open(struct inode *inode, struct file *file) return single_open(file, proc_cpuset_show, pid); } -const struct file_operations proc_cpuset_operations = { +struct file_operations proc_cpuset_operations = { .open = cpuset_open, .read = seq_read, .llseek = seq_lseek,