[GIT PULL] MD update for 4.8-rc6

From: Shaohua Li
Date: Tue Sep 13 2016 - 12:56:32 EST


Hi Linus,
A few bug fixes for MD.
- Guoqing fixed a bug compiling md-cluster in kernel
- I fixed a potential deadlock in raid5-cache superblock write, a hang in raid5
reshape resume and a race condition introduced in -rc4

Please pull!

Thanks,
Shaohua

The following changes since commit 86a1679860babbacd61fc1e8c0c0f43641d5860d:

Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md (2016-08-30 11:24:04 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.8-rc6

for you to fetch changes up to c94455558337eece474eebb6a16b905f98930418:

raid5: fix a small race condition (2016-09-09 11:09:19 -0700)

----------------------------------------------------------------
Guoqing Jiang (1):
md-cluster: make md-cluster also can work when compiled into kernel

Shaohua Li (3):
raid5-cache: fix a deadlock in superblock write
raid5: guarantee enough stripes to avoid reshape hang
raid5: fix a small race condition

drivers/md/md.c | 12 ++++--------
drivers/md/raid5-cache.c | 46 +++++++++++++++-------------------------------
drivers/md/raid5.c | 14 ++++++++++++--
3 files changed, 31 insertions(+), 41 deletions(-)