From: Christoph Lameter <clameter@sgi.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, David Miller <davem@davemloft.net>
Subject: Re: slab allocators: Remove multiple alignment specifications.
Date: Fri, 20 Apr 2007 23:32:48 -0700 (PDT) [thread overview]
Message-ID: <Pine.LNX.4.64.0704202330440.11938@schroedinger.engr.sgi.com> (raw)
In-Reply-To: <20070420231129.9252ca67.akpm@linux-foundation.org>
On Fri, 20 Apr 2007, Andrew Morton wrote:
> > Sorry. Trees overloaded with series of patches. Any change to get
> > a new tree?
>
> rofl.
>
> I'm still recovering from that dang Itanium conference. Since rc6-mm1 I
> have added 684 patches and removed 164. It's simply idiotic.
>
> http://userweb.kernel.org/~akpm/cl.bz2 is the current rollup against rc7.
> I haven't tried compiling it for nearly a week. Good luck ;)
Well xpmem is broke and readahead is failing all over the place. Some
patches missing?
Hmmmm... Revoke.c has another copy of these fs constructor flag checks
that I fixed earlier.
Index: linux-2.6.21-rc7/fs/revoke.c
===================================================================
--- linux-2.6.21-rc7.orig/fs/revoke.c 2007-04-20 23:30:11.000000000 -0700
+++ linux-2.6.21-rc7/fs/revoke.c 2007-04-20 23:30:33.000000000 -0700
@@ -709,8 +709,7 @@ static void revokefs_init_inode(void *ob
{
struct revokefs_inode_info *info = obj;
- if ((flags & (SLAB_CTOR_VERIFY | SLAB_CTOR_CONSTRUCTOR)) ==
- SLAB_CTOR_CONSTRUCTOR) {
+ if (flags & SLAB_CTOR_CONSTRUCTOR) {
info->owner = NULL;
inode_init_once(&info->vfs_inode);
}
--
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>
next prev parent reply other threads:[~2007-04-21 6:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-21 5:12 Christoph Lameter
2007-04-21 5:37 ` Andrew Morton
2007-04-21 5:44 ` Christoph Lameter
2007-04-21 6:11 ` Andrew Morton
2007-04-21 6:32 ` Christoph Lameter [this message]
2007-04-21 6:35 ` Christoph Lameter
2007-04-21 6:38 ` Christoph Lameter
2007-04-21 6:51 ` Andrew Morton
2007-04-21 6:45 ` Andrew Morton
2007-04-21 15:49 ` Christoph Lameter
2007-04-23 15:44 ` Robin Holt
2007-04-23 15:53 ` Christoph Lameter
2007-04-23 15:56 ` Robin Holt
2007-04-26 20:00 ` Dean Nelson
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=Pine.LNX.4.64.0704202330440.11938@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=linux-mm@kvack.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