diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 0271784f867b6bdb33352da1965a5f820a200fc0..666107a18a22de8c5810fc7a18005fc3fc569618 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -273,7 +273,7 @@ struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb, } } else if (sbp[1] && sbp[1]->s_magic != cpu_to_le16(NILFS_SUPER_MAGIC)) { - memcpy(sbp[1], sbp[0], nilfs->ns_sbsize); + memcpy(sbp[1], sbp[0], nilfs->ns_sbsize); } if (flip && sbp[1])