[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100406154831.3d10ee7a.kamezawa.hiroyu@jp.fujitsu.com>
Date: Tue, 6 Apr 2010 15:48:31 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: Matt Mackall <mpm@...enic.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
San Mehat <san@...gle.com>, linux-kernel@...r.kernel.org,
Brian Swetland <swetland@...gle.com>,
Dave Hansen <haveblue@...ibm.com>,
Andrew Morton <akpm@...ux-foundation.org>,
n-horiguchi@...jp.nec.com
Subject: Re: [PATCH] proc: pagemap: Hold mmap_sem during page walk
On Fri, 2 Apr 2010 09:30:58 -0500
Matt Mackall <mpm@...enic.com> wrote:
> On Fri, Apr 02, 2010 at 09:11:29AM +0900, KAMEZAWA Hiroyuki wrote:
>
> > int ret = -ESRCH;
> ...
> > + pm.len = PM_ENTRY_BYTES * (PAGEMAP_WALK_SIZE >> PAGE_SHIFT);
> > + pm.buffer = kmalloc(pm.len, GFP_TEMPORARY);
> > + if (!pm.buffer)
> > goto out_mm;
> ...
> > out_mm:
> > mmput(mm);
>
> Looks like this gets the wrong return code?
>
I'm sorry. And thank you for pointing out.
I confirmed merged one has fixed code.
Regards,
-Kame
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists