[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / netfilter / nf_conntrack_expect.c
index 9cbf926cdd14fb0d6af92917339e1cd1d3f23b23..5cdcd7f4e81346f218ee5eb3f809732a54b3452e 100644 (file)
@@ -435,7 +435,7 @@ static int exp_open(struct inode *inode, struct file *file)
        return seq_open(file, &exp_seq_ops);
 }
 
-struct file_operations exp_file_ops = {
+const struct file_operations exp_file_ops = {
        .owner   = THIS_MODULE,
        .open    = exp_open,
        .read    = seq_read,
This page took 0.023763 seconds and 5 git commands to generate.