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

2011-05-10 Thread Christoph Hellwig
> - 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); ___ Vi

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

2011-05-09 Thread K. Y. Srinivasan
The subject line says it all. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/blkvsc_drv.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/drivers/staging/hv/blkvsc_drv.