1. 11 11月, 2017 37 次提交
  2. 08 11月, 2017 2 次提交
  3. 07 11月, 2017 1 次提交
    • J
      nbd: don't start req until after the dead connection logic · 6a468d59
      Josef Bacik 提交于
      We can end up sleeping for a while waiting for the dead timeout, which
      means we could get the per request timer to fire.  We did handle this
      case, but if the dead timeout happened right after we submitted we'd
      either tear down the connection or possibly requeue as we're handling an
      error and race with the endio which can lead to panics and other
      hilarity.
      
      Fixes: 560bc4b3 ("nbd: handle dead connections")
      Cc: stable@vger.kernel.org
      Signed-off-by: NJosef Bacik <jbacik@fb.com>
      Signed-off-by: NJens Axboe <axboe@kernel.dk>
      6a468d59