[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20061220194858.120af272.akpm@osdl.org>
Date: Wed, 20 Dec 2006 19:48:58 -0800
From: Andrew Morton <akpm@...l.org>
To: "Robert P. J. Day" <rpjday@...dspring.com>
Cc: Linux kernel mailing list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mm: Remove final traces of deprecated kmem_cache_t.
On Tue, 19 Dec 2006 13:10:11 -0500 (EST)
"Robert P. J. Day" <rpjday@...dspring.com> wrote:
> --- a/include/linux/slab.h
> +++ b/include/linux/slab.h
> @@ -14,8 +14,6 @@
> #include <linux/gfp.h>
> #include <linux/types.h>
>
> -typedef struct kmem_cache kmem_cache_t __deprecated;
> -
Nope, let's leave that there for a couple of kernel cycles, give people
to catch up.
It's fairly common for non-developers to download and build out-of-tree code from
random websites. Let's not break their build unless we really need to. In this
case there's little cost to us in giving the developers of that out-of-tree code
time to do an update.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists