[PULL REQUEST] a few more md fixes for 2.6.31
From: Neil Brown <hidden>
Date: 2009-08-13 01:02:06
Also in:
lkml
Hi Linus,
please pull as follows.
The first listed patch fixes a recent regression.
http://bugzilla.kernel.org/show_bug.cgi?id=13944
The remainder are some small fixes, particularly relating to
restarting an reshape (e.g. raid5->raid6 migration) which was
aborted in the middle.
Thanks,
NeilBrown
The following changes since commit 7b2aa037e878c939676675969983284a02958ae3:
Linus Torvalds (1):
Merge git://git.kernel.org/.../gregkh/usb-2.6
are available in the git repository at:
git://neil.brown.name/md/ for-linus
NeilBrown (6):
Remove deadlock potential in md_open
md: never advance 'events' counter by more than 1.
md/raid5: allow new reshape modes to be restarted in the middle.
md/raid5: make sure a reshape restarts at the correct address.
md/raid5: Properly remove excess drives after shrinking a raid5/6
md: allow upper limit for resync/reshape to be set when array is read-only
drivers/md/md.c | 32 ++++++++++++++++----------------
drivers/md/md.h | 10 ++++++++++
drivers/md/raid5.c | 34 ++++++++++++++++++++++++++++++----
3 files changed, 56 insertions(+), 20 deletions(-)