commit | 00df5cb4eb927078850086f8becc3286a69ea12e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Feb 22 14:18:30 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:59 2011 -0400 |
tree | 891011b1387ead32520ce86e75032c11509b80ec | |
parent | c42705592be2a539f3027b6f3907de8e8f9591a8 [diff] |
NVMe: Implement Flush 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: Matthew Wilcox <matthew.r.wilcox@intel.com>