]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super1.c
Fix up calculation of bitmap space when creating v1 metadata.
authorNeil Brown <neilb@suse.de>
Tue, 8 May 2007 07:15:33 +0000 (17:15 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 8 May 2007 07:15:33 +0000 (17:15 +1000)
commit2fb749d1b7588985b1834e43de4ec5685d0b8d26
treefbc2ecc4bf39372bb93e066a590ddfdf1a3fbb8b
parent0047d254e73dfb3a2074f16ce44994974162d9ce
Fix up calculation of bitmap space when creating v1 metadata.

We have the same calculation in multiple places with subtle differences.
So unite it all.

Also fix up and endian problem in --examine.
super1.c