All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Soete <soete.joel@tiscali.be>
To: Linux Kernel <linux-kernel@vger.kernel.org>, clameter@sgi.com
Subject: RE: A scrub daemon (prezeroing)
Date: Sat, 22 Jan 2005 22:30:55 +0000	[thread overview]
Message-ID: <41F2D41F.8090407@tiscali.be> (raw)

Hello Christoph,

In this part of your patch:
[...]
Index: linux-2.6.10/include/linux/gfp.h
===================================================================
--- linux-2.6.10.orig/include/linux/gfp.h	2005-01-21 10:43:59.000000000 -0800
+++ linux-2.6.10/include/linux/gfp.h	2005-01-21 11:56:07.000000000 -0800
@@ -131,4 +131,5 @@ extern void FASTCALL(free_cold_page(stru

  void page_alloc_init(void);

+void prep_zero_page(struct page *, unsigned int order);
  #endif /* __LINUX_GFP_H */
-
imoh would be better:
+void prep_zero_page(struct page *page, unsigned int order, unsigned int gfp_flags);

hth,
	Joel


             reply	other threads:[~2005-01-22 22:31 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-22 22:30 Joel Soete [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-01-21 20:29 A scrub daemon (prezeroing) Christoph Lameter
2005-01-21 20:29 ` Christoph Lameter
2005-01-27 12:15 ` David Woodhouse
2005-01-27 12:15   ` David Woodhouse
2005-01-27 13:12   ` Robin Holt
2005-01-27 13:12     ` Robin Holt
2005-01-27 13:14     ` David Woodhouse
2005-01-27 13:14       ` David Woodhouse
2005-01-27 17:02       ` Christoph Lameter
2005-01-27 17:02         ` Christoph Lameter
2005-02-08 11:31     ` Ralf Baechle
2005-02-08 11:31       ` Ralf Baechle
2005-02-02 15:32   ` Marcelo Tosatti
2005-02-02 15:32     ` Marcelo Tosatti
2005-02-02 19:05     ` Christoph Lameter
2005-02-02 19:05       ` Christoph Lameter
2005-02-02 16:31       ` Marcelo Tosatti
2005-02-02 16:31         ` Marcelo Tosatti
2005-02-02 21:31         ` Christoph Lameter
2005-02-02 21:31           ` Christoph Lameter
2005-02-02 21:39         ` David Woodhouse
2005-02-02 21:39           ` David Woodhouse
2005-02-03  3:06         ` Rik van Riel
2005-02-03  3:06           ` Rik van Riel
2005-02-03 23:39           ` Paul Mackerras
2005-02-03 23:39             ` Paul Mackerras
2005-02-04  0:59             ` Christoph Lameter
2005-02-04  0:59               ` Christoph Lameter
2005-02-04  5:30               ` Paul Mackerras
2005-02-04  5:30                 ` Paul Mackerras
2005-02-04  6:26                 ` Christoph Lameter
2005-02-04  6:26                   ` Christoph Lameter
2005-02-04  6:43                   ` Nick Piggin
2005-02-04  6:43                     ` Nick Piggin
2005-02-04  6:50                     ` Christoph Lameter
2005-02-04  6:50                       ` Christoph Lameter
2005-02-04  9:20                   ` Paul Mackerras
2005-02-04  9:20                     ` Paul Mackerras
2005-02-04  9:28                     ` Andi Kleen
2005-02-04  9:28                       ` Andi Kleen
2005-02-04 17:02                     ` Christoph Lameter
2005-02-04 17:02                       ` Christoph Lameter
2005-02-04 22:25                       ` Paul Mackerras
2005-02-04 22:25                         ` Paul Mackerras
2005-02-02 21:00     ` Maciej W. Rozycki
2005-02-02 21:00       ` Maciej W. Rozycki
2005-02-02 21:33       ` David Woodhouse
2005-02-02 21:33         ` David Woodhouse
2005-01-04 23:13 Prezeroing V3 [1/4]: Allow request for zeroed memory Christoph Lameter
2005-01-08 21:12 ` Hugh Dickins
2005-01-08 21:56   ` David S. Miller
2005-01-21 20:15     ` A scrub daemon (prezeroing) Christoph Lameter
2005-01-21 20:15       ` Christoph Lameter

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=41F2D41F.8090407@tiscali.be \
    --to=soete.joel@tiscali.be \
    --cc=clameter@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.