]> git.baikalelectronics.ru Git - kernel.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)
commit4602154110c950721b4e2a7ecce2fd335f3101e8
treea6e149cefa4d15f722a224270f98b5198c74fab1
parent8ecfff42bf55d5c6a5dda7a1657dd55a371ecb95
parent10155c4d65d4a800bfe043c49d9003dca8479c93
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