Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md...
authorJens Axboe <axboe@kernel.dk>
Thu, 3 Jan 2019 15:21:02 +0000 (08:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Jan 2019 15:21:02 +0000 (08:21 -0700)
commitdc629c211c65ee5c8f1c4976886d4a5f33f50674
tree814343b7f638a942794f8aece71132eae8aded3a
parent645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144
parente820d55cb99dd93ac2dc949cf486bb187e5cd70d
Merge branch 'for-next' of git://git./linux/kernel/git/shli/md into for-linus

Pull the pending 4.21 changes for md from Shaohua.

* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md:
  md: fix raid10 hang issue caused by barrier
  raid10: refactor common wait code from regular read/write request
  md: remvoe redundant condition check
  lib/raid6: add option to skip algo benchmarking
  lib/raid6: sort algos in rough performance order
  lib/raid6: check for assembler SSSE3 support
  lib/raid6: avoid __attribute_const__ redefinition
  lib/raid6: add missing include for raid6test
  md: remove set but not used variable 'bi_rdev'
drivers/md/md.c
lib/Kconfig