]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm/bitmap: locate bitmap calcuate bitmap position wrongly
authorXiao Ni <xni@redhat.com>
Wed, 28 Oct 2020 06:04:24 +0000 (14:04 +0800)
committerJes Sorensen <jsorensen@fb.com>
Wed, 3 Mar 2021 14:29:13 +0000 (09:29 -0500)
commit1fe2e1007310778d0551d5c34317e5318507399d
treee2a913303e65cb811b3e8a52510b29ec8cff1e3f
parent75562b57d43bd252399b55d0004b8eac4b337a67
mdadm/bitmap: locate bitmap calcuate bitmap position wrongly

Now it only adds bitmap offset based on cluster nodes. It's not right. It needs to
add per node bitmap space to find next node bitmap position.

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
super1.c