RE: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-12 Thread Dan Magenheimer
> From: Dan Magenheimer > Subject: RE: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate > > > From: Minchan Kim [mailto:minc...@kernel.org] > > Subject: Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate > > > > On Wed, Jul 1

RE: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-12 Thread Dan Magenheimer
> From: Minchan Kim [mailto:minc...@kernel.org] > Subject: Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate > > On Wed, Jul 11, 2012 at 09:15:43AM -0500, Seth Jennings wrote: > > On 07/11/2012 02:42 AM, Minchan Kim wrote: > > > On 07/11/2012 12

RE: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-12 Thread Dan Magenheimer
From: Minchan Kim [mailto:minc...@kernel.org] Subject: Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate On Wed, Jul 11, 2012 at 09:15:43AM -0500, Seth Jennings wrote: On 07/11/2012 02:42 AM, Minchan Kim wrote: On 07/11/2012 12:17 AM, Seth Jennings wrote: On 07/09

RE: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-12 Thread Dan Magenheimer
From: Dan Magenheimer Subject: RE: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate From: Minchan Kim [mailto:minc...@kernel.org] Subject: Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate On Wed, Jul 11, 2012 at 09:15:43AM -0500, Seth Jennings wrote

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-11 Thread Minchan Kim
On Wed, Jul 11, 2012 at 09:15:43AM -0500, Seth Jennings wrote: > On 07/11/2012 02:42 AM, Minchan Kim wrote: > > On 07/11/2012 12:17 AM, Seth Jennings wrote: > >> On 07/09/2012 09:35 PM, Minchan Kim wrote: > >>> Maybe we need local_irq_save/restore in zs_[un]map_object path. > >> > >> I'd rather

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-11 Thread Seth Jennings
On 07/11/2012 02:42 AM, Minchan Kim wrote: > On 07/11/2012 12:17 AM, Seth Jennings wrote: >> On 07/09/2012 09:35 PM, Minchan Kim wrote: >>> Maybe we need local_irq_save/restore in zs_[un]map_object path. >> >> I'd rather not disable interrupts since that will create >> unnecessary interrupt

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-11 Thread Minchan Kim
On 07/11/2012 12:17 AM, Seth Jennings wrote: > On 07/09/2012 09:35 PM, Minchan Kim wrote: >> On 07/03/2012 06:15 AM, Seth Jennings wrote: >>> Add information on the usage limits of zs_map_object() >>> >>> Signed-off-by: Seth Jennings >>> --- >>> drivers/staging/zsmalloc/zsmalloc-main.c |7

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-11 Thread Minchan Kim
On 07/11/2012 12:17 AM, Seth Jennings wrote: On 07/09/2012 09:35 PM, Minchan Kim wrote: On 07/03/2012 06:15 AM, Seth Jennings wrote: Add information on the usage limits of zs_map_object() Signed-off-by: Seth Jennings sjenn...@linux.vnet.ibm.com --- drivers/staging/zsmalloc/zsmalloc-main.c

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-11 Thread Seth Jennings
On 07/11/2012 02:42 AM, Minchan Kim wrote: On 07/11/2012 12:17 AM, Seth Jennings wrote: On 07/09/2012 09:35 PM, Minchan Kim wrote: Maybe we need local_irq_save/restore in zs_[un]map_object path. I'd rather not disable interrupts since that will create unnecessary interrupt latency for all

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-11 Thread Minchan Kim
On Wed, Jul 11, 2012 at 09:15:43AM -0500, Seth Jennings wrote: On 07/11/2012 02:42 AM, Minchan Kim wrote: On 07/11/2012 12:17 AM, Seth Jennings wrote: On 07/09/2012 09:35 PM, Minchan Kim wrote: Maybe we need local_irq_save/restore in zs_[un]map_object path. I'd rather not disable

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-10 Thread Seth Jennings
On 07/09/2012 09:35 PM, Minchan Kim wrote: > On 07/03/2012 06:15 AM, Seth Jennings wrote: >> Add information on the usage limits of zs_map_object() >> >> Signed-off-by: Seth Jennings >> --- >> drivers/staging/zsmalloc/zsmalloc-main.c |7 ++- >> 1 file changed, 6 insertions(+), 1

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-10 Thread Seth Jennings
On 07/09/2012 09:35 PM, Minchan Kim wrote: On 07/03/2012 06:15 AM, Seth Jennings wrote: Add information on the usage limits of zs_map_object() Signed-off-by: Seth Jennings sjenn...@linux.vnet.ibm.com --- drivers/staging/zsmalloc/zsmalloc-main.c |7 ++- 1 file changed, 6

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-09 Thread Minchan Kim
On 07/03/2012 06:15 AM, Seth Jennings wrote: > Add information on the usage limits of zs_map_object() > > Signed-off-by: Seth Jennings > --- > drivers/staging/zsmalloc/zsmalloc-main.c |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

2012-07-09 Thread Minchan Kim
On 07/03/2012 06:15 AM, Seth Jennings wrote: Add information on the usage limits of zs_map_object() Signed-off-by: Seth Jennings sjenn...@linux.vnet.ibm.com --- drivers/staging/zsmalloc/zsmalloc-main.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git