Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-30 Thread Minchan Kim
; > > Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to > > > > zs_create_pool > > > > > > > > On 01/24/2013 07:33 PM, Minchan Kim wrote: > > > > > Hi Seth, frontswap guys > > > > > > > > > > On Tu

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-30 Thread Konrad Rzeszutek Wilk
On Mon, Jan 28, 2013 at 11:59:17AM +0900, Minchan Kim wrote: > On Fri, Jan 25, 2013 at 07:56:29AM -0800, Dan Magenheimer wrote: > > > From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > > > Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-30 Thread Konrad Rzeszutek Wilk
On Mon, Jan 28, 2013 at 11:59:17AM +0900, Minchan Kim wrote: On Fri, Jan 25, 2013 at 07:56:29AM -0800, Dan Magenheimer wrote: From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool On 01/24/2013 07:33

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-30 Thread Minchan Kim
] staging: zsmalloc: add gfp flags to zs_create_pool On 01/24/2013 07:33 PM, Minchan Kim wrote: Hi Seth, frontswap guys On Tue, Jan 8, 2013 at 5:24 AM, Seth Jennings sjenn...@linux.vnet.ibm.com wrote: zs_create_pool() currently takes a gfp flags argument

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-27 Thread Minchan Kim
On Fri, Jan 25, 2013 at 07:56:29AM -0800, Dan Magenheimer wrote: > > From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > > Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to > > zs_create_pool > > > > On 01/24/2013 07:33 PM, Minchan Kim wrote:

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-27 Thread Minchan Kim
On Fri, Jan 25, 2013 at 07:56:29AM -0800, Dan Magenheimer wrote: From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool On 01/24/2013 07:33 PM, Minchan Kim wrote: Hi Seth, frontswap guys On Tue

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-25 Thread Rik van Riel
On 01/07/2013 03:24 PM, Seth Jennings wrote: zs_create_pool() currently takes a gfp flags argument that is used when growing the memory pool. However it is not used in allocating the metadata for the pool itself. That is currently hardcoded to GFP_KERNEL. zswap calls zs_create_pool() at

RE: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-25 Thread Dan Magenheimer
> From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool > > On 01/24/2013 07:33 PM, Minchan Kim wrote: > > Hi Seth, frontswap guys > > > > On Tue, Jan 8, 2013 at 5:2

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-25 Thread Seth Jennings
On 01/24/2013 07:33 PM, Minchan Kim wrote: > Hi Seth, frontswap guys > > On Tue, Jan 8, 2013 at 5:24 AM, Seth Jennings > wrote: >> zs_create_pool() currently takes a gfp flags argument >> that is used when growing the memory pool. However >> it is not used in allocating the metadata for the

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-25 Thread Seth Jennings
On 01/24/2013 07:33 PM, Minchan Kim wrote: Hi Seth, frontswap guys On Tue, Jan 8, 2013 at 5:24 AM, Seth Jennings sjenn...@linux.vnet.ibm.com wrote: zs_create_pool() currently takes a gfp flags argument that is used when growing the memory pool. However it is not used in allocating the

RE: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-25 Thread Dan Magenheimer
From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] Subject: Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool On 01/24/2013 07:33 PM, Minchan Kim wrote: Hi Seth, frontswap guys On Tue, Jan 8, 2013 at 5:24 AM, Seth Jennings sjenn...@linux.vnet.ibm.com wrote

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-25 Thread Rik van Riel
On 01/07/2013 03:24 PM, Seth Jennings wrote: zs_create_pool() currently takes a gfp flags argument that is used when growing the memory pool. However it is not used in allocating the metadata for the pool itself. That is currently hardcoded to GFP_KERNEL. zswap calls zs_create_pool() at

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-24 Thread Minchan Kim
Hi Seth, frontswap guys On Tue, Jan 8, 2013 at 5:24 AM, Seth Jennings wrote: > zs_create_pool() currently takes a gfp flags argument > that is used when growing the memory pool. However > it is not used in allocating the metadata for the pool > itself. That is currently hardcoded to

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-24 Thread Nitin Gupta
On Mon, Jan 7, 2013 at 12:24 PM, Seth Jennings wrote: > zs_create_pool() currently takes a gfp flags argument > that is used when growing the memory pool. However > it is not used in allocating the metadata for the pool > itself. That is currently hardcoded to GFP_KERNEL. > > zswap calls

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

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 gfp flags argument that is used when growing the memory pool. However it is not used in allocating the metadata for the pool itself. That is currently hardcoded to GFP_KERNEL.

Re: [PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-24 Thread Minchan Kim
Hi Seth, frontswap guys On Tue, Jan 8, 2013 at 5:24 AM, Seth Jennings sjenn...@linux.vnet.ibm.com wrote: zs_create_pool() currently takes a gfp flags argument that is used when growing the memory pool. However it is not used in allocating the metadata for the pool itself. That is currently

[PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-07 Thread Seth Jennings
zs_create_pool() currently takes a gfp flags argument that is used when growing the memory pool. However it is not used in allocating the metadata for the pool itself. That is currently hardcoded to GFP_KERNEL. zswap calls zs_create_pool() at swapon time which is done in atomic context,

[PATCHv2 1/9] staging: zsmalloc: add gfp flags to zs_create_pool

2013-01-07 Thread Seth Jennings
zs_create_pool() currently takes a gfp flags argument that is used when growing the memory pool. However it is not used in allocating the metadata for the pool itself. That is currently hardcoded to GFP_KERNEL. zswap calls zs_create_pool() at swapon time which is done in atomic context,