[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / unix / af_unix.c
index ac9478d0ca8b45a69c295bb2b6ffa1fdafc34847..606971645b33e0c43e5f8e097144570fa317a80f 100644 (file)
@@ -2040,7 +2040,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations unix_seq_fops = {
+static const struct file_operations unix_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = unix_seq_open,
        .read           = seq_read,
This page took 0.02423 seconds and 5 git commands to generate.