Re: [PATCH] block: removes dynamic allocation on stack

2013-03-25 Thread Jens Axboe
On Mon, Mar 25 2013, Philip J. Kelleher wrote: > From: Philip J Kelleher > > This patch removes dynamic allocation on the stack error. > > Signed-off-by: Philip J Kelleher > --- > > > diff -uprN -X

[PATCH] block: removes dynamic allocation on stack

2013-03-25 Thread Philip J. Kelleher
From: Philip J Kelleher This patch removes dynamic allocation on the stack error. Signed-off-by: Philip J Kelleher --- diff -uprN -X linux-block/Documentation/dontdiff linux-block-vanilla/drivers/block/rsxx/dma.c

[PATCH] block: removes dynamic allocation on stack

2013-03-25 Thread Philip J. Kelleher
From: Philip J Kelleher pjk1...@linux.vnet.ibm.com This patch removes dynamic allocation on the stack error. Signed-off-by: Philip J Kelleher pjk1...@linux.vnet.ibm.com --- diff -uprN -X

Re: [PATCH] block: removes dynamic allocation on stack

2013-03-25 Thread Jens Axboe
On Mon, Mar 25 2013, Philip J. Kelleher wrote: From: Philip J Kelleher pjk1...@linux.vnet.ibm.com This patch removes dynamic allocation on the stack error. Signed-off-by: Philip J Kelleher pjk1...@linux.vnet.ibm.com