[PATCH] struct seq_operations and struct file_operations constification
[deliverable/linux.git] / include / linux / cpuset.h
index 748d2c99663191e02e562770ab64dc76e66a0f5e..8821e1f75b447856a041435d966eb12fb5c94941 100644 (file)
@@ -46,7 +46,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 struct file_operations proc_cpuset_operations;
+extern const struct file_operations proc_cpuset_operations;
 extern char *cpuset_task_status_allowed(struct task_struct *task, char *buffer);
 
 extern void cpuset_lock(void);
This page took 0.03013 seconds and 5 git commands to generate.