All of lore.kernel.org
 help / color / mirror / Atom feed
From: Motohiro Kosaki <Motohiro.Kosaki@us.fujitsu.com>
To: Bob Liu <lliubbo@gmail.com>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>,
	"walken@google.com" <walken@google.com>,
	Motohiro Kosaki JP <kosaki.motohiro@jp.fujitsu.com>,
	"riel@redhat.com" <riel@redhat.com>,
	"sasha.levin@oracle.com" <sasha.levin@oracle.com>,
	"vbabka@suse.cz" <vbabka@suse.cz>,
	"stable@kernel.org" <stable@kernel.org>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	Bob Liu <bob.liu@oracle.com>
Subject: RE: [PATCH] mm: remove BUG_ON() from mlock_vma_page()
Date: Wed, 18 Dec 2013 11:31:53 -0800	[thread overview]
Message-ID: <6B2BA408B38BA1478B473C31C3D2074E2AFAD01380@SV-EXCHANGE1.Corp.FC.LOCAL> (raw)
In-Reply-To: <1387327369-18806-1-git-send-email-bob.liu@oracle.com>

> 
> diff --git a/mm/mlock.c b/mm/mlock.c
> index d480cd6..5488d44 100644
> --- a/mm/mlock.c
> +++ b/mm/mlock.c
> @@ -79,8 +79,6 @@ void clear_page_mlock(struct page *page)
>   */
>  void mlock_vma_page(struct page *page)
>  {
> -	BUG_ON(!PageLocked(page));
> -
>  	if (!TestSetPageMlocked(page)) {
>  		mod_zone_page_state(page_zone(page), NR_MLOCK,
>  				    hpage_nr_pages(page));
> --
> 1.7.10.4

Acked-by: KOSAKI Motohiro <Kosaki.motohiro@jp.fujitsu.com>


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2013-12-18 19:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18  0:42 [PATCH] mm: remove BUG_ON() from mlock_vma_page() Bob Liu
2013-12-18  9:36 ` Vlastimil Babka
2013-12-18 10:26   ` Bob Liu
2013-12-18 19:31 ` Motohiro Kosaki [this message]
2013-12-18 22:30 ` Andrew Morton
2014-01-31 20:33 ` Andrew Morton
2014-02-23 19:32   ` Sasha Levin
2014-02-24 17:57     ` Motohiro Kosaki
2014-03-03 16:12       ` Vlastimil Babka
2014-03-11 18:43         ` Dave Jones
2014-03-20  9:18           ` Bob Liu
2014-03-20 10:36             ` Vlastimil Babka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6B2BA408B38BA1478B473C31C3D2074E2AFAD01380@SV-EXCHANGE1.Corp.FC.LOCAL \
    --to=motohiro.kosaki@us.fujitsu.com \
    --cc=akpm@linux-foundation.org \
    --cc=bob.liu@oracle.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=linux-mm@kvack.org \
    --cc=lliubbo@gmail.com \
    --cc=riel@redhat.com \
    --cc=sasha.levin@oracle.com \
    --cc=stable@kernel.org \
    --cc=vbabka@suse.cz \
    --cc=walken@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.