]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/os/linux/spl/spl-kstat.c
module/*.ko: prune .data, global .rodata
[mirror_zfs.git] / module / os / linux / spl / spl-kstat.c
index 0c46708326d80875c863b151d716bdb7ef39f767..a417d4d7c358d69e96374027ffe7da72996c728d 100644 (file)
@@ -358,7 +358,7 @@ kstat_seq_stop(struct seq_file *f, void *v)
        mutex_exit(ksp->ks_lock);
 }
 
-static struct seq_operations kstat_seq_ops = {
+static const struct seq_operations kstat_seq_ops = {
        .show  = kstat_seq_show,
        .start = kstat_seq_start,
        .next  = kstat_seq_next,