Re: [PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-18 Thread Yan, Zheng
> On May 16, 2015, at 02:35, Pekka Enberg wrote: > > Use kvfree instead of open-coding it. > > Cc: "Yan, Zheng" > Cc: Sage Weil > Signed-off-by: Pekka Enberg > --- > net/ceph/pagevec.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/net/ceph/pagevec.c

Re: [PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-18 Thread Yan, Zheng
> On May 16, 2015, at 02:35, Pekka Enberg wrote: > > Use kvfree instead of open-coding it. > > Cc: "Yan, Zheng" > Cc: Sage Weil > Signed-off-by: Pekka Enberg > --- > net/ceph/pagevec.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/net/ceph/pagevec.c

Re: [PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-18 Thread Yan, Zheng
On May 16, 2015, at 02:35, Pekka Enberg penb...@kernel.org wrote: Use kvfree instead of open-coding it. Cc: Yan, Zheng z...@redhat.com Cc: Sage Weil s...@redhat.com Signed-off-by: Pekka Enberg penb...@kernel.org --- net/ceph/pagevec.c | 5 + 1 file changed, 1 insertion(+), 4

Re: [PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-18 Thread Yan, Zheng
On May 16, 2015, at 02:35, Pekka Enberg penb...@kernel.org wrote: Use kvfree instead of open-coding it. Cc: Yan, Zheng z...@redhat.com Cc: Sage Weil s...@redhat.com Signed-off-by: Pekka Enberg penb...@kernel.org --- net/ceph/pagevec.c | 5 + 1 file changed, 1 insertion(+), 4

Re: [PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-17 Thread Yan, Zheng
> On May 16, 2015, at 02:35, Pekka Enberg wrote: > > Use kvfree instead of open-coding it. > > Cc: "Yan, Zheng" > Cc: Sage Weil > Signed-off-by: Pekka Enberg > --- > net/ceph/pagevec.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/net/ceph/pagevec.c

Re: [PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-17 Thread Yan, Zheng
On May 16, 2015, at 02:35, Pekka Enberg penb...@kernel.org wrote: Use kvfree instead of open-coding it. Cc: Yan, Zheng z...@redhat.com Cc: Sage Weil s...@redhat.com Signed-off-by: Pekka Enberg penb...@kernel.org --- net/ceph/pagevec.c | 5 + 1 file changed, 1 insertion(+), 4

[PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-15 Thread Pekka Enberg
Use kvfree instead of open-coding it. Cc: "Yan, Zheng" Cc: Sage Weil Signed-off-by: Pekka Enberg --- net/ceph/pagevec.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/ceph/pagevec.c b/net/ceph/pagevec.c index 096d914..d4f5f22 100644 --- a/net/ceph/pagevec.c +++

[PATCH 05/14] ceph: Use kvfree() in ceph_put_page_vector()

2015-05-15 Thread Pekka Enberg
Use kvfree instead of open-coding it. Cc: Yan, Zheng z...@redhat.com Cc: Sage Weil s...@redhat.com Signed-off-by: Pekka Enberg penb...@kernel.org --- net/ceph/pagevec.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/ceph/pagevec.c b/net/ceph/pagevec.c index