aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/client.c')
-rw-r--r--fs/nfs/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index 23ab145daa2d..ae9f36e393cf 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -1173,7 +1173,7 @@ static struct seq_operations nfs_server_list_ops = {
1173 .show = nfs_server_list_show, 1173 .show = nfs_server_list_show,
1174}; 1174};
1175 1175
1176static struct file_operations nfs_server_list_fops = { 1176static const struct file_operations nfs_server_list_fops = {
1177 .open = nfs_server_list_open, 1177 .open = nfs_server_list_open,
1178 .read = seq_read, 1178 .read = seq_read,
1179 .llseek = seq_lseek, 1179 .llseek = seq_lseek,
@@ -1193,7 +1193,7 @@ static struct seq_operations nfs_volume_list_ops = {
1193 .show = nfs_volume_list_show, 1193 .show = nfs_volume_list_show,
1194}; 1194};
1195 1195
1196static struct file_operations nfs_volume_list_fops = { 1196static const struct file_operations nfs_volume_list_fops = {
1197 .open = nfs_volume_list_open, 1197 .open = nfs_volume_list_open,
1198 .read = seq_read, 1198 .read = seq_read,
1199 .llseek = seq_lseek, 1199 .llseek = seq_lseek,