[PATCH 2/3] rbd: extend the operation type

2014-03-11 Thread Guangliang Zhao
It could only handle the read and write operations now, extend it for the coming discard support. Signed-off-by: Guangliang Zhao lucienc...@gmail.com --- drivers/block/rbd.c | 89 ++- 1 file changed, 60 insertions(+), 29 deletions(-) diff --git

Re: [PATCH 2/3] rbd: extend the operation type

2014-03-11 Thread Alex Elder
On 03/11/2014 11:24 PM, Guangliang Zhao wrote: It could only handle the read and write operations now, extend it for the coming discard support. OK, here too I think this looks good, but please consider the comments I've provided below. Reviewed-by: Alex Elder el...@linaro.org Signed-off-by: