X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fcpuset.c;h=f382b0f775e15ca0d91600c796f746f11d159a72;hb=3f9a4790a3818af1228c7fb4286afd66f3201fd0;hp=232aed2b10f9a403346cc6e4a425c4ed8613a4d1;hpb=6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d;p=linux-2.6 diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 232aed2b10..f382b0f775 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c @@ -1540,7 +1540,7 @@ static const struct file_operations cpuset_file_operations = { .release = cpuset_file_release, }; -static struct inode_operations cpuset_dir_inode_operations = { +static const struct inode_operations cpuset_dir_inode_operations = { .lookup = simple_lookup, .mkdir = cpuset_mkdir, .rmdir = cpuset_rmdir,