From: Linus Torvalds <torvalds@linux-foundation.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Nick Piggin <npiggin@suse.de>,
Linux Memory Management List <linux-mm@kvack.org>,
linux-fsdevel@vger.kernel.org
Subject: Re: [rfc][patch] unlock_page speedup
Date: Fri, 19 Dec 2008 09:35:14 -0800 (PST) [thread overview]
Message-ID: <alpine.LFD.2.00.0812190926000.14014@localhost.localdomain> (raw)
In-Reply-To: <20081218233549.cb451bc8.akpm@linux-foundation.org>
On Thu, 18 Dec 2008, Andrew Morton wrote:
>
> On Fri, 19 Dec 2008 08:29:09 +0100 Nick Piggin <npiggin@suse.de> wrote:
>
> > Introduce a new page flag, PG_waiters
>
> Leaving how many? fs-cache wants to take two more.
Hmm. Do we ever use lock_page() on anything but page-cache pages and the
buffer cache?
We _could_ decide to try to move the whole locking into the "mapping"
field, and use a few more bits in the low bits of the pointer. Right now
we just use one bit (PAGE_MAPPING_ANON), but if we just make the rule be
that "struct address_space" has to be 8-byte aligned, then we'd have two
more bits available there, and we could hide the lock bit and the
contention bit there too.
This actually would have a _really_ nice effect, in that if we do this,
then I suspect that we could eventually even make the bits in "flags" be
non-atomic. The lock bit really is special. The other bits tend to be
either pretty static over allocation, or things that should be set only
when the page is locked.
I dunno. But it sounds like a reasonable thing to do, and it would free
one bit from the page flags, rather than use yet another one. And because
locking is special and because we already have to access that "mapping"
pointer specially, I don't think the impact would be very invasive.
Linus
next prev parent reply other threads:[~2008-12-19 17:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-19 7:29 [rfc][patch] unlock_page speedup Nick Piggin
2008-12-19 7:35 ` Andrew Morton
2008-12-19 7:53 ` Nick Piggin
2008-12-19 7:59 ` Andrew Morton
2008-12-19 8:53 ` Nick Piggin
2008-12-19 17:35 ` Linus Torvalds [this message]
2008-12-19 17:55 ` Linus Torvalds
2008-12-23 0:46 ` Hugh Dickins
2008-12-22 3:51 ` Nick Piggin
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=alpine.LFD.2.00.0812190926000.14014@localhost.localdomain \
--to=torvalds@linux-foundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=npiggin@suse.de \
/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;
as well as URLs for NNTP newsgroup(s).