Commit 387688b
committed
libnvme/ioctl: introduce ioctl_io64 nvme transport direct handle
Since currently only NVME_IOCTL_ADMIN64_CMD checked for ioctrl64.
But NVME_IOCTL_IO64_CMD not checked as same.
Also currently NVME_IOCTL_IO64_CMD not supported for the char dev.
Therefore introduce the ioctl_io64 flag to use NVME_IOCTL_IO64_CMD.
Signed-off-by: Tokunori Ikegami <[email protected]>1 parent 9e36c66 commit 387688b
3 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments