Re: [PATCH 2/2] mempolicy: fix typo

2013-02-28 Thread KOSAKI Motohiro
On Thu, Feb 28, 2013 at 6:54 PM, Andrew Morton wrote: > On Thu, 28 Feb 2013 00:25:07 -0500 > kosaki.motoh...@gmail.com wrote: > >> From: KOSAKI Motohiro >> >> Currently, n_new is wrongly initialized. start and end parameter >> are inverted. Let's fix it. >> >> ... >> >> --- a/mm/mempolicy.c >> ++

Re: [PATCH 2/2] mempolicy: fix typo

2013-02-28 Thread Andrew Morton
On Thu, 28 Feb 2013 00:25:07 -0500 kosaki.motoh...@gmail.com wrote: > From: KOSAKI Motohiro > > Currently, n_new is wrongly initialized. start and end parameter > are inverted. Let's fix it. > > ... > > --- a/mm/mempolicy.c > +++ b/mm/mempolicy.c > @@ -2390,7 +2390,7 @@ static int shared_policy

[PATCH 2/2] mempolicy: fix typo

2013-02-27 Thread kosaki . motohiro
From: KOSAKI Motohiro Currently, n_new is wrongly initialized. start and end parameter are inverted. Let's fix it. Signed-off-by: KOSAKI Motohiro --- mm/mempolicy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 868d08f..7431001