[GIT PULL] MD update for 4.17-rc1

From: Shaohua Li
Date: Thu Apr 19 2018 - 12:13:29 EST


Hi,
3 small fixes for MD:
- md-cluster fix for faulty device from Guoqing
- writehint fix for writebehind IO for raid1 from Mariusz
- a live lock fix for interrupted recovery from Yufen
Please pull!


The following changes since commit f8cf2f16a7c95acce497bfafa90e7c6d8397d653:

Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security (2018-04-07 16:53:59 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.17-rc1

for you to fetch changes up to dba40d46ebf41e3f7ac9480609529bb6037a918d:

raid1: copy write hint from master bio to behind bio (2018-04-09 08:54:34 -0700)

----------------------------------------------------------------
Guoqing Jiang (1):
md-cluster: don't update recovery_offset for faulty device

Mariusz Dabrowski (1):
raid1: copy write hint from master bio to behind bio

Yufen Yu (1):
md/raid1: exit sync request if MD_RECOVERY_INTR is set

drivers/md/md.c | 6 ++++--
drivers/md/raid1.c | 25 ++++++++++++++++++++-----
2 files changed, 24 insertions(+), 7 deletions(-)