Re: [PATCH v4 10/12] block: Add bio_clone_kmalloc()

2012-07-25 Thread Boaz Harrosh
On 07/24/2012 11:11 PM, Kent Overstreet wrote: ACK-by: Boaz Harrosh > Signed-off-by: Kent Overstreet Thanks looks nice > --- > drivers/block/osdblk.c |3 +-- > fs/bio.c | 13 + > fs/exofs/ore.c |5 ++--- > include/linux/bio.h|1 + > 4

Re: [PATCH v4 10/12] block: Add bio_clone_kmalloc()

2012-07-25 Thread Boaz Harrosh
On 07/24/2012 11:11 PM, Kent Overstreet wrote: ACK-by: Boaz Harrosh bharr...@panasas.com Signed-off-by: Kent Overstreet koverstr...@google.com Thanks looks nice --- drivers/block/osdblk.c |3 +-- fs/bio.c | 13 + fs/exofs/ore.c |5 ++---

[PATCH v4 10/12] block: Add bio_clone_kmalloc()

2012-07-24 Thread Kent Overstreet
Signed-off-by: Kent Overstreet --- drivers/block/osdblk.c |3 +-- fs/bio.c | 13 + fs/exofs/ore.c |5 ++--- include/linux/bio.h|1 + 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/block/osdblk.c b/drivers/block/osdblk.c

[PATCH v4 10/12] block: Add bio_clone_kmalloc()

2012-07-24 Thread Kent Overstreet
Signed-off-by: Kent Overstreet koverstr...@google.com --- drivers/block/osdblk.c |3 +-- fs/bio.c | 13 + fs/exofs/ore.c |5 ++--- include/linux/bio.h|1 + 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/block/osdblk.c