• M
    NVMe: Implement Flush · 00df5cb4
    Matthew Wilcox 提交于
    Linux implements Flush as a bit in the bio.  That means there may also be
    data associated with the flush; if so the flush should be sent before the
    data.  To avoid completing the bio twice, I add CMD_CTX_FLUSH to indicate
    the completion routine should do nothing.
    Signed-off-by: NMatthew Wilcox <matthew.r.wilcox@intel.com>
    00df5cb4
nvme.c 39.5 KB