Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch "3abf380..." in next-20130607 tree

2013-07-08 Thread Chen Gang
On 07/08/2013 02:43 PM, Chen Gang wrote: > On 07/05/2013 12:06 PM, Chen Gang wrote: >> On 06/19/2013 03:19 PM, Chen Gang wrote: >>> On 06/19/2013 03:10 PM, Andrew Morton wrote: On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang wrote: >> >> 'lru' may be used without initialized, so

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch "3abf380..." in next-20130607 tree

2013-07-08 Thread Chen Gang
On 07/05/2013 12:06 PM, Chen Gang wrote: > On 06/19/2013 03:19 PM, Chen Gang wrote: >> On 06/19/2013 03:10 PM, Andrew Morton wrote: >>> On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang wrote: >>> > > 'lru' may be used without initialized, so need regressing part of the > related patch.

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch 3abf380... in next-20130607 tree

2013-07-08 Thread Chen Gang
On 07/05/2013 12:06 PM, Chen Gang wrote: On 06/19/2013 03:19 PM, Chen Gang wrote: On 06/19/2013 03:10 PM, Andrew Morton wrote: On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang gang.c...@asianux.com wrote: 'lru' may be used without initialized, so need regressing part of the related patch. The

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch 3abf380... in next-20130607 tree

2013-07-08 Thread Chen Gang
On 07/08/2013 02:43 PM, Chen Gang wrote: On 07/05/2013 12:06 PM, Chen Gang wrote: On 06/19/2013 03:19 PM, Chen Gang wrote: On 06/19/2013 03:10 PM, Andrew Morton wrote: On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang gang.c...@asianux.com wrote: 'lru' may be used without initialized, so need

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch "3abf380..." in next-20130607 tree

2013-06-19 Thread Chen Gang
On 06/19/2013 04:53 PM, Mel Gorman wrote: > On Wed, Jun 19, 2013 at 02:55:13PM +0800, Chen Gang wrote: >> > >> > 'lru' may be used without initialized, so need regressing part of the >> > related patch. >> > >> > The related patch: >> > "3abf380 mm: remove lru parameter from __lru_cache_add

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch "3abf380..." in next-20130607 tree

2013-06-19 Thread Mel Gorman
On Wed, Jun 19, 2013 at 02:55:13PM +0800, Chen Gang wrote: > > 'lru' may be used without initialized, so need regressing part of the > related patch. > > The related patch: > "3abf380 mm: remove lru parameter from __lru_cache_add and > lru_cache_add_lru" > > > Signed-off-by: Chen Gang >

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch "3abf380..." in next-20130607 tree

2013-06-19 Thread Chen Gang
On 06/19/2013 03:10 PM, Andrew Morton wrote: > On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang wrote: > >> > >> > 'lru' may be used without initialized, so need regressing part of the >> > related patch. >> > >> > The related patch: >> > "3abf380 mm: remove lru parameter from __lru_cache_add

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch "3abf380..." in next-20130607 tree

2013-06-19 Thread Andrew Morton
On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang wrote: > > 'lru' may be used without initialized, so need regressing part of the > related patch. > > The related patch: > "3abf380 mm: remove lru parameter from __lru_cache_add and > lru_cache_add_lru" > > ... > > --- a/mm/vmscan.c > +++

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch 3abf380... in next-20130607 tree

2013-06-19 Thread Andrew Morton
On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang gang.c...@asianux.com wrote: 'lru' may be used without initialized, so need regressing part of the related patch. The related patch: 3abf380 mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru ... --- a/mm/vmscan.c +++

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch 3abf380... in next-20130607 tree

2013-06-19 Thread Chen Gang
On 06/19/2013 03:10 PM, Andrew Morton wrote: On Wed, 19 Jun 2013 14:55:13 +0800 Chen Gang gang.c...@asianux.com wrote: 'lru' may be used without initialized, so need regressing part of the related patch. The related patch: 3abf380 mm: remove lru parameter from __lru_cache_add

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch 3abf380... in next-20130607 tree

2013-06-19 Thread Mel Gorman
On Wed, Jun 19, 2013 at 02:55:13PM +0800, Chen Gang wrote: 'lru' may be used without initialized, so need regressing part of the related patch. The related patch: 3abf380 mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru Signed-off-by: Chen Gang

Re: [PATCH] mm/vmscan.c: 'lru' may be used without initialized after the patch 3abf380... in next-20130607 tree

2013-06-19 Thread Chen Gang
On 06/19/2013 04:53 PM, Mel Gorman wrote: On Wed, Jun 19, 2013 at 02:55:13PM +0800, Chen Gang wrote: 'lru' may be used without initialized, so need regressing part of the related patch. The related patch: 3abf380 mm: remove lru parameter from __lru_cache_add and