[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130204161848.bfd36176.akpm@linux-foundation.org>
Date: Mon, 4 Feb 2013 16:18:48 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Lin Feng <linfeng@...fujitsu.com>, mgorman@...e.de, bcrl@...ck.org,
viro@...iv.linux.org.uk, khlebnikov@...nvz.org, walken@...gle.com,
kamezawa.hiroyu@...fujitsu.com, minchan@...nel.org,
riel@...hat.com, rientjes@...gle.com,
isimatu.yasuaki@...fujitsu.com, wency@...fujitsu.com,
laijs@...fujitsu.com, jiang.liu@...wei.com, linux-mm@...ck.org,
linux-aio@...ck.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] mm: hotplug: implement non-movable version of
get_user_pages() called get_user_pages_non_movable()
Also...
On Mon, 4 Feb 2013 16:06:24 -0800
Andrew Morton <akpm@...ux-foundation.org> wrote:
> > +put_page:
> > + /* Undo the effects of former get_user_pages(), we won't pin anything */
> > + for (i = 0; i < ret; i++)
> > + put_page(pages[i]);
We can use release_pages() here.
release_pages() is designed to be more efficient when we're putting the
final reference to (most of) the pages. It probably has little if any
benefit when putting still-in-use pages, as we're doing here.
But please consider...
--
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