diff options
Diffstat (limited to 'net/ipv4/ipvs/ip_vs_app.c')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/ip_vs_app.c b/net/ipv4/ipvs/ip_vs_app.c index 6c40899aa161..22e104c6a493 100644 --- a/net/ipv4/ipvs/ip_vs_app.c +++ b/net/ipv4/ipvs/ip_vs_app.c | |||
@@ -561,7 +561,7 @@ static int ip_vs_app_open(struct inode *inode, struct file *file) | |||
561 | return seq_open(file, &ip_vs_app_seq_ops); | 561 | return seq_open(file, &ip_vs_app_seq_ops); |
562 | } | 562 | } |
563 | 563 | ||
564 | static struct file_operations ip_vs_app_fops = { | 564 | static const struct file_operations ip_vs_app_fops = { |
565 | .owner = THIS_MODULE, | 565 | .owner = THIS_MODULE, |
566 | .open = ip_vs_app_open, | 566 | .open = ip_vs_app_open, |
567 | .read = seq_read, | 567 | .read = seq_read, |