“73a7b66116a099d0e21064924f88d6b8113b950f”上不存在“testsuites/unittest/process/basic/pthread/BUILD.gn”
  • K
    NVMe: Remove queue freezing on resets · 25646264
    Keith Busch 提交于
    NVMe submits all commands through the block layer now. This means we
    can let requests queue at the blk-mq hardware context since there is no
    path that bypasses this anymore so we don't need to freeze the queues
    anymore. The driver can simply stop the h/w queues from running during
    a reset instead.
    
    This also fixes a WARN in percpu_ref_reinit when the queue was unfrozen
    with requeued requests.
    Signed-off-by: NKeith Busch <keith.busch@intel.com>
    Signed-off-by: NJens Axboe <axboe@fb.com>
    25646264
nvme.h 7.6 KB