]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Subject: bitmap: used 4K aligned buffers when reading the bitmap.
authorNeilBrown <neilb@suse.de>
Fri, 23 Dec 2011 03:09:29 +0000 (14:09 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 23 Dec 2011 03:09:29 +0000 (14:09 +1100)
commita7322ae12f674e7eb1c7af183d130ae3120de2bd
tree51a0d6dd8989435653ffc2d4fe003d9d809a4fe6
parentadbb382b55779b1e662bec80e36efb9450d1448d
Subject: bitmap: used 4K aligned buffers when reading the bitmap.

This is needed on 4K block devices such as DASD as we do O_DIRECT
reads.

Do the same alignment for gpt just to be safe.

Signed-off-by: NeilBrown <neilb@suse.de>
bitmap.c
super-gpt.c