md/raid1: perform mem allocation before disabling writes during resync.
commit1c4588e9c19cae6209a28c9da2f16a18a610b935
authorNeilBrown <neilb@suse.de>
Tue, 26 Oct 2010 06:41:22 +0000 (26 17:41 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 28 Oct 2010 06:36:09 +0000 (28 17:36 +1100)
tree74ffb14a5586c3a297b0fd372be5b72cf7e53bcd
parent6746557f0325a66f57d179126426e38a8ea66945
md/raid1: perform mem allocation before disabling writes during resync.

Though this mem alloc is GFP_NOIO an so will not deadlock, it seems
better to do the allocation before 'raise_barrier' which stops any IO
requests while the resync proceeds.

raid10 always uses this order, so it is at least consistent to do the
same in raid1.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid1.c