All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Weiner <jweiner@redhat.com>
To: Rajesh Ghanekar <rajeshsg@gmail.com>
Cc: linux-mm@kvack.org
Subject: Re: what protects page lru list?
Date: Sat, 20 Aug 2011 15:27:01 +0200	[thread overview]
Message-ID: <20110820132701.GA29322@redhat.com> (raw)
In-Reply-To: <CAOn_VZYLOG9ctDomhMzyk19jVeKWWMvftvjyXRwfCyNn+4jinA@mail.gmail.com>

On Sat, Aug 20, 2011 at 02:11:53AM +0530, Rajesh Ghanekar wrote:
> Hi,
>    I am confused with what protects page->lru? Is it both zone->lru_lock or
> zone->lock? I can see it being protected either by lru_lock or lock.

It's not so much about page->lru but the actual list the page is
linked to.

The zone's lists of unallocated pages are protected by zone->lock,
while the LRU lists with the pages for userspace are protected by
zone->lru_lock.

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2011-08-20 13:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-19 20:41 what protects page lru list? Rajesh Ghanekar
2011-08-20 13:27 ` Johannes Weiner [this message]
2011-08-20 18:45   ` Rajesh Ghanekar

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=20110820132701.GA29322@redhat.com \
    --to=jweiner@redhat.com \
    --cc=linux-mm@kvack.org \
    --cc=rajeshsg@gmail.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.