From: Nick Piggin <npiggin@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
akpm@linux-foundation.org, linux-mm@kvack.org,
randy.dunlap@oracle.com
Subject: Re: [patch 2/8] mm: merge populate and nopage into fault (fixes nonlinear)
Date: Thu, 24 May 2007 04:24:23 +0200 [thread overview]
Message-ID: <20070524022423.GC13694@wotan.suse.de> (raw)
In-Reply-To: <alpine.LFD.0.98.0705231904480.3890@woody.linux-foundation.org>
On Wed, May 23, 2007 at 07:06:11PM -0700, Linus Torvalds wrote:
>
>
> On Thu, 24 May 2007, Nick Piggin wrote:
> >
> > I won't do this. I'll keep calling it fault, because a) it means we keep
> > the backwards compatible ->nopage path until all drivers are converted,
> > and b) the page_mkwrite conversion really will make "nopage" the wrong
> > name.
>
> I won't _take_ the patch unless you convert all drivers.
I will, it is really pretty easy.
> I refuse to have more of these "deprecated" crap. We don't do that. The
> code is just ugly. The warnings are horrible, and if they don't exist, the
> thing never gets fixed.
>
> Just make a clean break. If you want to rename it, rename it. But don't do
> some bogus "we'll do *both*" crap.
The problem is just carrying around all the patches, and also just getting
it into -mm. For example, take a look at the new ->prepare_write aops
patches I was working on... we converted *every* filesystem in the tree
(except reiserfs) not long ago, it didn't get merged, and now half of
them are broken again.
But don't worry, I do plan on converting all in-tree users of the old
interface as soon as possible.
--
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:"dont@kvack.org"> email@kvack.org </a>
prev parent reply other threads:[~2007-05-24 2:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-18 7:37 [patch 2/8] mm: merge populate and nopage into fault (fixes nonlinear) akpm, Nick Piggin
2007-05-18 10:24 ` Christoph Hellwig
2007-05-18 15:11 ` Linus Torvalds
2007-05-19 1:38 ` Nick Piggin
2007-05-22 15:12 ` Christoph Hellwig
2007-05-23 1:14 ` Linus Torvalds
2007-05-23 8:35 ` David Chinner
2007-05-23 9:35 ` Nick Piggin
2007-05-23 2:57 ` Nick Piggin
2007-05-23 23:37 ` Benjamin Herrenschmidt
2007-05-24 1:48 ` Nick Piggin
2007-05-24 2:06 ` Linus Torvalds
2007-05-24 2:24 ` Nick Piggin [this message]
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=20070524022423.GC13694@wotan.suse.de \
--to=npiggin@suse.de \
--cc=akpm@linux-foundation.org \
--cc=benh@kernel.crashing.org \
--cc=linux-mm@kvack.org \
--cc=randy.dunlap@oracle.com \
--cc=torvalds@linux-foundation.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.