const: mark remaining super_operations const
[linux-2.6-block.git] / fs / befs / linuxvfs.c
index 615d5496fe0f929509cca53a5cbbb2ea4aa745b0..dd376c124e71561193f0a824f407314d6edda4aa 100644 (file)
@@ -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);