linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo@conectiva.com.br>
To: Hugh Dickins <hugh@veritas.com>
Cc: "Stephen C. Tweedie" <sct@redhat.com>,
	"Alan Cox" <alan@lxorguk.ukuu.org.uk>,
	"André Dahlqvist" <anedah-9@sm.luth.se>,
	linux-mm@kvack.org
Subject: Re: [PATCH] reapswap for 2.4.5-ac10
Date: Wed, 6 Jun 2001 16:17:04 -0300 (BRT)	[thread overview]
Message-ID: <Pine.LNX.4.21.0106061616310.3769-100000@freak.distro.conectiva> (raw)
In-Reply-To: <Pine.LNX.4.21.0106061303570.2828-100000@localhost.localdomain>


On Wed, 6 Jun 2001, Hugh Dickins wrote:

> On Tue, 5 Jun 2001, Marcelo Tosatti wrote:
> > On Tue, 5 Jun 2001, Stephen C. Tweedie wrote:
> > > On Tue, Jun 05, 2001 at 04:48:46PM -0300, Marcelo Tosatti wrote:
> > > > I'm resending the reapswap patch for inclusion into -ac series. 
> > > 
> > > Isn't it broken in this state?  Checking page_count, page->buffers and
> > > PageSwapCache without the appropriate locks is dangerous.
> > 
> > We hold the pagemap_lru_lock, so there will be no one doing lookups on
> > this swap page (get_swapcache_page() locks pagemap_lru_lock).
> > 
> > Am I overlooking something here? 
> 
> mm/shmem.c:shmem_getpage_locked() and mm/swapfile.c:try_to_unuse()
> call delete_from_swap_cache_nolock(), both holding page lock,
> neither holding pagemap_lru_lock.
> 
> Unless you hold the page lock, PageSwapCache(page) and page->index
> are volatile, but to find swap_count(page) you have to rely on both
> of them.  TryLockPage()?

Thanks for the comments. 

I'll post a new patch which uses TryLockPage soon.

Thanks! 

--
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/

  reply	other threads:[~2001-06-06 19:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-05 19:48 Marcelo Tosatti
2001-06-05 22:14 ` Stephen C. Tweedie
2001-06-05 20:46   ` Marcelo Tosatti
2001-06-06 12:31     ` Hugh Dickins
2001-06-06 19:17       ` Marcelo Tosatti [this message]
2001-06-06  8:39 Jonathan Morton
2001-06-06 12:21 ` Andrew Morton
2001-06-06 12:47   ` Stephen C. Tweedie
2001-06-06 12:50   ` Jonathan Morton
2001-06-06 13:12     ` Andrew Morton
2001-06-06 16:44       ` Jonathan Morton
2001-06-06 17:01         ` Andrew Morton
2001-06-06 19:40           ` Jonathan Morton
2001-06-09  7:46         ` Rik van Riel
2001-06-06 19:18 ` Marcelo Tosatti
2001-06-06 21:13   ` Jonathan Morton
2001-06-07 14:45     ` John Stoffel
2001-06-07 16:45       ` Jonathan Morton
2001-06-11  4:43 ` Joseph A. Knapka

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=Pine.LNX.4.21.0106061616310.3769-100000@freak.distro.conectiva \
    --to=marcelo@conectiva.com.br \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=anedah-9@sm.luth.se \
    --cc=hugh@veritas.com \
    --cc=linux-mm@kvack.org \
    --cc=sct@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox