1. 25 2月, 2009 3 次提交
  2. 19 2月, 2009 1 次提交
  3. 14 2月, 2009 4 次提交
  4. 13 2月, 2009 17 次提交
  5. 12 2月, 2009 14 次提交
  6. 11 2月, 2009 1 次提交
    • S
      [S390] dasd: fix race in dasd timer handling · 48cae885
      Stefan Weinhuber 提交于
      In dasd_device_set_timer and dasd_block_set_timer we interpret the
      return value of mod_timer in a wrong way. If the timer expires in
      the small window between our check of timer_pending and the call to
      mod_timer, then the timer will be set, mod_timer returns zero and
      we will call add_timer for a timer that is already pending.
      As del_timer and mod_timer do all the necessary checking themselves,
      we can simplify our code and remove the race a the same time.
      Signed-off-by: NStefan Weinhuber <wein@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      48cae885