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

2014-03-27 Thread Josh Durgin
On 03/12/2014 08:21 PM, Guangliang Zhao wrote: It could only handle the read and write operations now, extend it for the coming discard support. Signed-off-by: Guangliang Zhao --- Looks good. Reviewed-by: Josh Durgin drivers/block/rbd.c | 96 +--

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

2014-03-12 Thread Guangliang Zhao
On Wed, Mar 12, 2014 at 11:47:36PM -0500, Alex Elder wrote: > On 03/12/2014 10:21 PM, Guangliang Zhao wrote: > > It could only handle the read and write operations now, > > extend it for the coming discard support. > > Wow, it looks like you took all of my suggestions. > > This looks good. Good

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

2014-03-12 Thread Alex Elder
On 03/12/2014 10:21 PM, Guangliang Zhao wrote: > It could only handle the read and write operations now, > extend it for the coming discard support. Wow, it looks like you took all of my suggestions. This looks good. Reviewed-by: Alex Elder > Signed-off-by: Guangliang Zhao > --- > drivers/bl

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

2014-03-12 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 --- drivers/block/rbd.c | 96 +-- 1 file changed, 63 insertions(+), 33 deletions(-) diff --git a/drivers/block/rbd.c