Commit 9c53033
committed
libnvme/ioctl: limit to use NVME_IOCTL_IO64_CMD only for block dev
Since currently NVME_IOCTL_IO64_CMD not supported for the char dev.
Currently the char dev nvmeX not able be used for the io-passthru command.
Also previously NVME_IOCTL_IO_CMD used for the io-passthru command.
Therefore for the char dev nvmeX use NVME_IOCTL_IO_CMD instead.
Signed-off-by: Tokunori Ikegami <[email protected]>1 parent 51bc794 commit 9c53033
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments