]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Fix alignment for backup of reshape data.
authorNeilBrown <neilb@suse.de>
Tue, 19 Aug 2008 07:55:15 +0000 (17:55 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 19 Aug 2008 07:55:15 +0000 (17:55 +1000)
commit94a20f0c800fd0aa9c26e99750bd2588cae8f038
treed8df647125a5dc530b7489c1e505bece79b9742c
parente9dd159873cfa0da1ec3e4f173c24f330ea526f8
Fix alignment for backup of reshape data.

Since we introduced O_DIRECT for device access we need
properly aligned buffers and IO requests.  The reshape code
missed out on the conversion.

Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c
restripe.c