[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061006162032.9192ae1b.akpm@osdl.org>
Date: Fri, 6 Oct 2006 16:20:32 -0700
From: Andrew Morton <akpm@...l.org>
To: Steve Dickson <SteveD@...hat.com>
Cc: Trond Myklebust <Trond.Myklebust@...app.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] VM: Fix the gfp_mask in invalidate_complete_page2
On Fri, 06 Oct 2006 19:09:29 -0400
Steve Dickson <SteveD@...hat.com> wrote:
> > Well, it wasn't attached, but I can simulate it.
> >
> > invalidate_complete_page() wants to be called from inside spinlocks by
> > drop_pagecache(), so if we wanted to pull the same trick there we'd need to
> > pass a new flag into invalidate_inode_pages().
> That seems abit broken (wrt performance) that drop_pagecache_sb() holds
> the fairly popular inode_lock while it invalidate pages...
> Nobody else seem to...
Yes, it was very rude of me. But it's just a debugging thing, and is
privileged.
I removed a cond_resched() from in there in the process. If we make the
invalidate_inode_pages() caller pass in a must_be_atomic flag then the
cond_resched() can be resuscitated.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists