[NET]: Make all initialized struct seq_operations const.
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / net / ipv4 / ipvs / ip_vs_conn.c
index 7018f97c75dc64f18af0ffbced9734c1cf8d2dc7..3b446b1a6b9c8b7b0a49642b0692d78ee2f9d212 100644 (file)
@@ -745,7 +745,7 @@ static int ip_vs_conn_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations ip_vs_conn_seq_ops = {
+static const struct seq_operations ip_vs_conn_seq_ops = {
        .start = ip_vs_conn_seq_start,
        .next  = ip_vs_conn_seq_next,
        .stop  = ip_vs_conn_seq_stop,