[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / netfilter / x_tables.c
index 8996584b84998708ccc0eabf94b4faa19b96ad11..134cc88f8c83d27b04328ec0e2feb6f8aade0f58 100644 (file)
@@ -772,7 +772,7 @@ static int xt_tgt_open(struct inode *inode, struct file *file)
        return ret;
 }
 
-static struct file_operations xt_file_ops = {
+static const struct file_operations xt_file_ops = {
        .owner   = THIS_MODULE,
        .open    = xt_tgt_open,
        .read    = seq_read,
This page took 0.024055 seconds and 5 git commands to generate.