From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 20 Apr 2007 23:35:50 -0700 (PDT) From: Christoph Lameter Subject: Re: slab allocators: Remove multiple alignment specifications. In-Reply-To: Message-ID: References: <20070420223727.7b201984.akpm@linux-foundation.org> <20070420231129.9252ca67.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: Andrew Morton Cc: linux-mm@kvack.org, David Miller List-ID: On Fri, 20 Apr 2007, Christoph Lameter wrote: > Hmmmm... Revoke.c has another copy of these fs constructor flag checks > that I fixed earlier. And another one Index: linux-2.6.21-rc7/fs/proc/inode.c =================================================================== --- linux-2.6.21-rc7.orig/fs/proc/inode.c 2007-04-20 23:35:07.000000000 -0700 +++ linux-2.6.21-rc7/fs/proc/inode.c 2007-04-20 23:35:19.000000000 -0700 @@ -109,8 +109,7 @@ static void init_once(void * foo, struct { struct proc_inode *ei = (struct proc_inode *) foo; - if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == - SLAB_CTOR_CONSTRUCTOR) + if (flags & SLAB_CTOR_CONSTRUCTOR) inode_init_once(&ei->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: email@kvack.org