NBD_CMD_READ
if (type != NBD_CMD_READ && type != NBD_CMD_WRITE && type != NBD_CMD_DISC)
if (req->type == NBD_CMD_READ) {
err = nbd_alloc_request(dev, &req, NBD_CMD_READ, position, *numbytes, NULL);