Re: [PATCH 017/206] Staging: hv: Get rid of the indirection forinvoking io request

From: Christoph Hellwig
Date: Tue May 10 2011 - 03:01:48 EST


> - ret = storvsc_drv->on_io_request(blkdev->device_ctx,
> + ret = storvsc_do_io(blkdev->device_ctx,
> &blkvsc_req->request);

ret = storvsc_do_io(blkdev->device_ctx, &blkvsc_req->request);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/