From 3213fb5129bac9304eb04728bea23dacd63695ad Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Mon, 21 Sep 2009 17:02:06 -0700 Subject: [PATCH] --- yaml --- r: 164407 b: refs/heads/master c: 36b2528dc1819dc783f69917ac20e66a678b3479 h: refs/heads/master i: 164405: fb9a9e38e5fd750ae47cc317201a6ce05822d7ba 164403: 6334c860a74d0971c5e0bc4ea5122bb560c1a1b8 164399: 0a32c19775daea6c10f4c975b4ee8bd3ae78a5b8 v: v3 --- [refs] | 2 +- trunk/mm/ksm.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 43fd71b42e0c..2459ae1ff2d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ff829957316670af64be24192ef849e7253a509 +refs/heads/master: 36b2528dc1819dc783f69917ac20e66a678b3479 diff --git a/trunk/mm/ksm.c b/trunk/mm/ksm.c index 2c02094807e0..0113f15ff43b 100644 --- a/trunk/mm/ksm.c +++ b/trunk/mm/ksm.c @@ -4,11 +4,12 @@ * This code enables dynamic sharing of identical pages found in different * memory areas, even if they are not shared by fork() * - * Copyright (C) 2008 Red Hat, Inc. + * Copyright (C) 2008-2009 Red Hat, Inc. * Authors: * Izik Eidus * Andrea Arcangeli * Chris Wright + * Hugh Dickins * * This work is licensed under the terms of the GNU GPL, version 2. */