]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/gfs2/sys.c
kobject: Constify struct kset_uevent_ops
[mirror_ubuntu-artful-kernel.git] / fs / gfs2 / sys.c
index b5f1a46133c8f208804b35876823d1270a625e7c..543503010ed06fc9722c8caa2b3eb18be662e802 100644 (file)
@@ -574,7 +574,7 @@ static int gfs2_uevent(struct kset *kset, struct kobject *kobj,
        return 0;
 }
 
-static struct kset_uevent_ops gfs2_uevent_ops = {
+static const struct kset_uevent_ops gfs2_uevent_ops = {
        .uevent = gfs2_uevent,
 };