Re: [PATCHv2 2/9] staging: zsmalloc: remove unsed pool name

2013-01-25 Thread Rik van Riel
On 01/07/2013 03:24 PM, Seth Jennings wrote: zs_create_pool() currently takes a name argument which is never used in any useful way. This patch removes it. Signed-off-by: Seth Jennnings Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line

Re: [PATCHv2 2/9] staging: zsmalloc: remove unsed pool name

2013-01-25 Thread Rik van Riel
On 01/07/2013 03:24 PM, Seth Jennings wrote: zs_create_pool() currently takes a name argument which is never used in any useful way. This patch removes it. Signed-off-by: Seth Jennnings sjenn...@linux.vnet.ibm.com Acked-by: Rik van Riel r...@redhat.com -- All rights reversed -- To

Re: [PATCHv2 2/9] staging: zsmalloc: remove unsed pool name

2013-01-24 Thread Nitin Gupta
On Mon, Jan 7, 2013 at 12:24 PM, Seth Jennings wrote: > zs_create_pool() currently takes a name argument which is > never used in any useful way. > > This patch removes it. > > Signed-off-by: Seth Jennnings > --- > drivers/staging/zcache/zcache-main.c |2 +- >

Re: [PATCHv2 2/9] staging: zsmalloc: remove unsed pool name

2013-01-24 Thread Nitin Gupta
On Mon, Jan 7, 2013 at 12:24 PM, Seth Jennings sjenn...@linux.vnet.ibm.com wrote: zs_create_pool() currently takes a name argument which is never used in any useful way. This patch removes it. Signed-off-by: Seth Jennnings sjenn...@linux.vnet.ibm.com ---

[PATCHv2 2/9] staging: zsmalloc: remove unsed pool name

2013-01-07 Thread Seth Jennings
zs_create_pool() currently takes a name argument which is never used in any useful way. This patch removes it. Signed-off-by: Seth Jennnings --- drivers/staging/zcache/zcache-main.c |2 +- drivers/staging/zram/zram_drv.c |2 +- drivers/staging/zsmalloc/zsmalloc-main.c |

[PATCHv2 2/9] staging: zsmalloc: remove unsed pool name

2013-01-07 Thread Seth Jennings
zs_create_pool() currently takes a name argument which is never used in any useful way. This patch removes it. Signed-off-by: Seth Jennnings sjenn...@linux.vnet.ibm.com --- drivers/staging/zcache/zcache-main.c |2 +- drivers/staging/zram/zram_drv.c |2 +-