]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jun 2015 18:33:03 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jun 2015 18:33:03 +0000 (11:33 -0700)
commit7b565d9d1f9bfa16db5f78e4f547ce4bb1ecbdce
treea6e149cefa4d15f722a224270f98b5198c74fab1
parentc39f3bc659b6f32e0e88113ec359a504be259e4f
parentea358cd0d2c634ff1379a1392edcdf2289f31e13
Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md

Pull three more md fixes from Neil Brown:
 "Hasn't been a good cycle for md has it :-(

  The main issue fixed here is a rare race which can result in two
  reshape threads running at once, which doesn't end well.

  Also a minor issue with a write to a sysfs file returning the wrong
  value.  Backports to 4.0-stable are indicated"

* tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md:
  md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync
  md: Close race when setting 'action' to 'idle'.
  md: don't return 0 from array_state_store