All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: Hirokazu Takahashi <taka@valinux.co.jp>,
	haveblue@us.ibm.com, iwamoto@valinux.co.jp,
	kamezawa.hiroyu@jp.fujitsu.com, linux-mm@kvack.org
Subject: Re: [PATCH] Migration cache
Date: Sun, 24 Oct 2004 10:21:33 -0200	[thread overview]
Message-ID: <20041024122133.GA17762@logos.cnet> (raw)
In-Reply-To: <Pine.LNX.4.44.0410232324290.2977-100000@localhost.localdomain>

On Sat, Oct 23, 2004 at 11:26:39PM +0100, Hugh Dickins wrote:
> On Sat, 23 Oct 2004, Marcelo Tosatti wrote:
> > 
> > Oh and with that we no longer need PG_migration bit, but, page->private 
> > does not contain swp_type information (MIGRATION_TYPE bit) in it. Its simply 
> > an offset counting from 0 increasing sequentially. 
> > 
> > ANDing migration type bit into the offset should work.
> 
> I haven't looked, but wouldn't it be a lot easier to use the normal
> swap allocation code rather than going such a different idr way here?

Hi Hugh,

Well, the idr code is quite simple, but yes, 
we could probably reuse the swap allocation code.

Would have to create a swap_info_struct, without 
the swap extent stuff and no bdev pointer. May
require some modifications but should work.

BTW, while I was reading the code, I wondered:

struct swap_info_struct swap_info[MAX_SWAPFILES];

This array should be created dynamically. Worth 
the trouble?
--
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:"aart@kvack.org"> aart@kvack.org </a>

  reply	other threads:[~2004-10-24 12:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-14 19:22 [PATCH] Migration cache Marcelo Tosatti
2004-10-18 16:57 ` Hirokazu Takahashi
2004-10-20 17:10 ` Hirokazu Takahashi
2004-10-21 10:30   ` Marcelo Tosatti
2004-10-21 19:09     ` Hugh Dickins
2004-10-21 18:22       ` Marcelo Tosatti
2004-10-22  6:49         ` Hirokazu Takahashi
2004-10-23 19:28           ` Marcelo Tosatti
2004-10-23 22:26             ` Hugh Dickins
2004-10-24 12:21               ` Marcelo Tosatti [this message]
2004-10-24 15:37                 ` Hugh Dickins

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=20041024122133.GA17762@logos.cnet \
    --to=marcelo.tosatti@cyclades.com \
    --cc=haveblue@us.ibm.com \
    --cc=hugh@veritas.com \
    --cc=iwamoto@valinux.co.jp \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-mm@kvack.org \
    --cc=taka@valinux.co.jp \
    /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.