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
@@ -842,7 +842,7 @@ befs_fill_super(struct super_block *sb, void *data, int silent)
|
||||
sb->s_magic = BEFS_SUPER_MAGIC;
|
||||
/* Set real blocksize of fs */
|
||||
sb_set_blocksize(sb, (ulong) befs_sb->block_size);
|
||||
sb->s_op = (struct super_operations *) &befs_sops;
|
||||
sb->s_op = &befs_sops;
|
||||
root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir)));
|
||||
if (IS_ERR(root)) {
|
||||
ret = PTR_ERR(root);
|
||||
|
Reference in New Issue
Block a user