commit | 0519c71e8d461ac3ef9a555bb7339243c9128d37 | [log] [tgz] |
---|---|---|
author | Mike Snitzer <[email protected]> | Mon Mar 26 11:49:16 2018 -0400 |
committer | Mike Snitzer <[email protected]> | Tue Apr 03 15:04:20 2018 -0400 |
tree | 8c2b21667f734e23721a59bd16b36277ad19648d | |
parent | 880bcce0dcc3172fe865352b492c41d85290cb8d [diff] |
dm: backfill abnormal IO support to non-splitting IO submission Otherwise, these abnormal IOs would be sent to the DM target regardless of whether the target advertised support for them. Factor out __process_abnormal_io() from __split_and_process_non_flush() so that discards, write same, etc may be conditionally processed. Fixes: 978e51ba3 ("dm: optimize bio-based NVMe IO submission") Cc: [email protected] # 4.16 Signed-off-by: Mike Snitzer <[email protected]>