Fix bug in NVME_IOCTL_SUBMIT_IO
Missing 'break' in the switch statement meant that we'd fall through to the 'return -EINVAL' case.
Showing
想要评论请 注册 或 登录
Missing 'break' in the switch statement meant that we'd fall through to the 'return -EINVAL' case.