X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Fcpuset.c;h=f382b0f775e15ca0d91600c796f746f11d159a72;hb=9cdd79c9b99873d600d397fda012fc3f57cc2776;hp=232aed2b10f9a403346cc6e4a425c4ed8613a4d1;hpb=3be11c8f4f2fa194834c2e83540f34da442b8977;p=powerpc.git 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,