> So, if someone wants to backport it to 3.6 so that it _build_ properly,
> I'd be glad to take it.
It's a trivial fix: just delete the second argument to
ext4_superblock_csum_set(), like all the other call site fixups.
I included it in my first e-mail to you on this subject:
> It still applies cleanly to 3.6.6, but needs one more call site
> fixed up to compile:
>
> diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c
> index 71241bc..101b41c 100644
> --- a/fs/ext4/resize.c
> +++ b/fs/ext4/resize.c
> @@ -979,7 +979,7 @@ static void update_backups(struct super_block *sb,
> goto exit_err;
> }
>
> - ext4_superblock_csum_set(sb, (struct ext4_super_block *)data);
> + ext4_superblock_csum_set(sb);
>
> while ((group = ext4_list_backups(sb, &three, &five, &seven)) < last) {
> struct buffer_head *bh;
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html