commit | 29e558decbab8728ed2989ecaf1644576bd2c659 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 22 08:15:13 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 28 07:17:13 2017 -0400 |
tree | 71a872387469e2dd3142fb28ac1e2aea9af72994 | |
parent | 1c42a29ccb42f818b5e6f6da1f1d9401a5dc2d53 [diff] |
nvme: Consolidate block read and write routines The NVMe block read and write routines are almost the same except the command opcode. Let's consolidate them to avoid duplication. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>