1. 23 6月, 2009 1 次提交
    • A
      ppp: Fix throttling bugs · a6540f73
      Alan Cox 提交于
      The ppp layer goes around calling the unthrottle method from non sleeping
      paths. This isn't safe because the unthrottle methods in the tty layer need
      to be able to sleep (consider a USB dongle).
      
      Until now this didn't show up because the ppp layer never actually throttled
      a port so the unthrottle was always a no-op. Currently it's a mutex taking
      path so warnings are spewed if the unthrottle occurs via certain paths.
      
      Fix this by removing the unneccessary unthrottle calls.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a6540f73
  2. 22 6月, 2009 8 次提交
  3. 20 6月, 2009 3 次提交
  4. 19 6月, 2009 19 次提交
  5. 18 6月, 2009 9 次提交