1. 15 7月, 2008 1 次提交
    • T
      libata: consistently use msecs for time durations · 341c2c95
      Tejun Heo 提交于
      libata has been using mix of jiffies and msecs for time druations.
      This is getting confusing.  As writing sub HZ values in jiffies is
      PITA and msecs_to_jiffies() can't be used as initializer, unify unit
      for all time durations to msecs.  So, durations are in msecs and
      deadlines are in jiffies.  ata_deadline() is added to compute deadline
      from a start time and duration in msecs.
      
      While at it, drop now superflous _msec suffix from arguments and
      rename @timeout to @deadline if it represents a fixed point in time
      rather than duration.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      341c2c95
  2. 13 7月, 2008 7 次提交
  3. 12 7月, 2008 3 次提交
  4. 11 7月, 2008 8 次提交
  5. 10 7月, 2008 4 次提交
  6. 09 7月, 2008 5 次提交
  7. 08 7月, 2008 7 次提交
  8. 07 7月, 2008 3 次提交
  9. 06 7月, 2008 2 次提交