const: mark remaining super_operations const
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
0d54b217a2
commit
b87221de6a
@@ -97,7 +97,7 @@ static int ibmasmfs_get_super(struct file_system_type *fst,
|
||||
return get_sb_single(fst, flags, data, ibmasmfs_fill_super, mnt);
|
||||
}
|
||||
|
||||
static struct super_operations ibmasmfs_s_ops = {
|
||||
static const struct super_operations ibmasmfs_s_ops = {
|
||||
.statfs = simple_statfs,
|
||||
.drop_inode = generic_delete_inode,
|
||||
};
|
||||
|
Reference in New Issue
Block a user