Merge tag 'md/4.0-rc7-fix' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2015 17:11:18 +0000 (10:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2015 17:11:18 +0000 (10:11 -0700)
commit67dbb3a099d0fe04df5974edddc0b8c64a9f7529
treea69eb15d6ad783716cdf5f27162ac97e4ef57781
parent900360131066f192c82311a098d03d6ac6429e20
parent47d68979cc968535cb87f3e5f2e6a3533ea48fbd
Merge tag 'md/4.0-rc7-fix' of git://neil.brown.name/md

Pull md fixes from Neil Brown:
 "Two regression fixes for md, one fairly recent and minor (diskstats
  has confusing data) and one older and more serious - RAID0 with
  non-power-of-2 chunksize corrupts data.

  I guess (almost) no-one uses non-power-of-2 chunks.

  Summary:

   - Revert recent change which broke IO accounting.

   - Fix bug with RAID0 arrays with non-power-of-2 chunk size"

* tag 'md/4.0-rc7-fix' of git://neil.brown.name/md:
  md/raid0: fix bug with chunksize not a power of 2.
  md: fix md io stats accounting broken