1. 10 8月, 2015 1 次提交
    • S
      s390/dasd: fix failing path verification · 1eb38023
      Stefan Haberland 提交于
      DASD path verification requires the usage of sleep_on_immediatly to
      ensure that no other I/O request is blocking the recovery of
      disconnected devices. But two concurrent path verification workers for
      the same device may kill each others requests due to the usage of the
      immediate sleep_on function. This may lead to unsuccessful path
      verifications.
      
      Prevent that two parallel path verification workers conflict with
      each other by implementing a device flag signalling a already running
      worker.
      Signed-off-by: NStefan Haberland <stefan.haberland@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      1eb38023
  2. 07 8月, 2015 6 次提交
  3. 04 8月, 2015 6 次提交
  4. 03 8月, 2015 5 次提交
  5. 29 7月, 2015 6 次提交
  6. 22 7月, 2015 16 次提交