public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Daniel Drake <dsd@gentoo.org>
To: linux-kernel@vger.kernel.org
Cc: torvalds@osdl.org, a.p.zijlstra@chello.nl
Subject: Shared mmap'ed page writeback 2.6.18 backport
Date: Wed, 03 Jan 2007 17:03:18 -0500	[thread overview]
Message-ID: <459C2826.8040602@gentoo.org> (raw)

Hi,

Has anyone backported the recent shared mmap page writeback fix 
(7658cc289288b8ae7dd2c2224549a048431222b3) to 2.6.18 or previous?

It looks like there will be at least one more 2.6.18-stable release and 
I'd like to see it fixed there.

I don't know enough about the VM layer to understand this further, but 
the real "problem" in simply backporting the patch seems to be in this part:

+		if (page_mkclean(page))
+			set_page_dirty(page);

page_mkclean did not exist in 2.6.18. Is there a simple solution or 
should backporting the commit with added page_mkclean 
(d08b3851da41d0ee60851f2c75b118e1f7a5fc89) be considered instead? 
Hopefully that one has no other dependencies...

Thanks!
Daniel

                 reply	other threads:[~2007-01-03 22:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=459C2826.8040602@gentoo.org \
    --to=dsd@gentoo.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox