diff options
Diffstat (limited to 'fs/autofs4/inode.c')
-rw-r--r-- | fs/autofs4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c index e8f6c5ad3e90..5e458e096ef6 100644 --- a/fs/autofs4/inode.c +++ b/fs/autofs4/inode.c | |||
@@ -196,7 +196,7 @@ static int autofs4_show_options(struct seq_file *m, struct vfsmount *mnt) | |||
196 | return 0; | 196 | return 0; |
197 | } | 197 | } |
198 | 198 | ||
199 | static struct super_operations autofs4_sops = { | 199 | static const struct super_operations autofs4_sops = { |
200 | .statfs = simple_statfs, | 200 | .statfs = simple_statfs, |
201 | .show_options = autofs4_show_options, | 201 | .show_options = autofs4_show_options, |
202 | }; | 202 | }; |