All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen C. Tweedie" <sct@redhat.com>
To: Rik van Riel <riel@conectiva.com.br>
Cc: "Stephen C. Tweedie" <sct@redhat.com>, linux-mm@kvack.org
Subject: Re: writeback list
Date: Fri, 14 Jul 2000 10:35:35 +0100	[thread overview]
Message-ID: <20000714103535.H3113@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.21.0007131628120.23729-100000@duckman.distro.conectiva>; from riel@conectiva.com.br on Thu, Jul 13, 2000 at 04:30:35PM -0300

Hi,

On Thu, Jul 13, 2000 at 04:30:35PM -0300, Rik van Riel wrote:
> 
> we may have forgotten something in our new new vm design from
> last weekend. While we have the list head available to put
> pages in the writeback list, we don't have an entry in to put
> the timestamp of the write in struct_page...

It shouldn't matter.  Just assume something like the 30-second sync.
You can keep placeholders in the list for that, or even do something
like have multiple lists, one for the current 30-seconds being synced,
one for the next sync.  You can do the same for 5-second metadata
syncs too if you want; just use separate lists.  It perturbs the LRU a
bit, but then we also have page aging so that's not too bad.  (Are you
planning on using the age values in the inactive list, btw?)

Cheers,
 Stephen
--
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.eu.org/Linux-MM/

  reply	other threads:[~2000-07-14  9:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-13 19:30 writeback list Rik van Riel
2000-07-14  9:35 ` Stephen C. Tweedie [this message]
2000-07-14 13:35   ` Rik van Riel
     [not found] <8kl5ij$4vtnc$1@fido.engr.sgi.com>
2000-07-13 20:55 ` Rajagopal Ananthanarayanan
2000-07-13 22:21   ` Rik van Riel

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=20000714103535.H3113@redhat.com \
    --to=sct@redhat.com \
    --cc=linux-mm@kvack.org \
    --cc=riel@conectiva.com.br \
    /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.