]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipv4/fib_hash.c
[PATCH] mark struct file_operations const 7
[mirror_ubuntu-bionic-kernel.git] / net / ipv4 / fib_hash.c
index dea04d725b04d00a9d0009ed1e3fc0cf5e8c1e1b..b21bb28d1fd04335af25a642b786e9fde85c12a8 100644 (file)
@@ -1057,7 +1057,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations fib_seq_fops = {
+static const struct file_operations fib_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = fib_seq_open,
        .read           = seq_read,