Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cde53535 authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

Christoph has moved



Remove all clameter@sgi.com addresses from the kernel tree since they will
become invalid on June 27th.  Change my maintainer email address for the
slab allocators to cl@linux-foundation.org (which will be the new email
address for the future).

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarChristoph Lameter <cl@linux-foundation.org>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matt Mackall <mpm@selenic.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a926c063
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Slabinfo: Tool to get reports about slabs
 *
 * (C) 2007 sgi, Christoph Lameter <clameter@sgi.com>
 * (C) 2007 sgi, Christoph Lameter
 *
 * Compile by:
 *
@@ -99,7 +99,7 @@ void fatal(const char *x, ...)

void usage(void)
{
	printf("slabinfo 5/7/2007. (c) 2007 sgi. clameter@sgi.com\n\n"
	printf("slabinfo 5/7/2007. (c) 2007 sgi.\n\n"
		"slabinfo [-ahnpvtsz] [-d debugopts] [slab-regexp]\n"
		"-a|--aliases           Show aliases\n"
		"-A|--activity          Most active slabs first\n"
+1 −1
Original line number Diff line number Diff line
@@ -266,4 +266,4 @@ of other objects.

	slub_debug=FZ,dentry

Christoph Lameter, <clameter@sgi.com>, May 30, 2007
Christoph Lameter, May 30, 2007
+1 −1
Original line number Diff line number Diff line
@@ -3672,7 +3672,7 @@ S: Maintained

SLAB ALLOCATOR
P:	Christoph Lameter
M:	clameter@sgi.com
M:	cl@linux-foundation.org
P:	Pekka Enberg
M:	penberg@cs.helsinki.fi
P:	Matt Mackall
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#define _ASM_GENERIC_ATOMIC_H
/*
 * Copyright (C) 2005 Silicon Graphics, Inc.
 *	Christoph Lameter <clameter@sgi.com>
 *	Christoph Lameter
 *
 * Allows to provide arch independent atomic definitions without the need to
 * edit all arch specific atomic.h files.
+1 −1
Original line number Diff line number Diff line
/*
 * Written by Mark Hemment, 1996 (markhe@nextd.demon.co.uk).
 *
 * (C) SGI 2006, Christoph Lameter <clameter@sgi.com>
 * (C) SGI 2006, Christoph Lameter
 * 	Cleaned up and restructured to ease the addition of alternative
 * 	implementations of SLAB allocators.
 */
Loading