* [patch] mm, slab: remove dflags
@ 2012-08-16 19:26 David Rientjes
2012-08-16 22:32 ` Christoph Lameter
0 siblings, 1 reply; 3+ messages in thread
From: David Rientjes @ 2012-08-16 19:26 UTC (permalink / raw)
To: Pekka Enberg; +Cc: Christoph Lameter, linux-mm
cachep->dflags is never referenced, so remove it.
Signed-off-by: David Rientjes <rientjes@google.com>
---
include/linux/slab_def.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h
--- a/include/linux/slab_def.h
+++ b/include/linux/slab_def.h
@@ -45,7 +45,6 @@ struct kmem_cache {
unsigned int colour_off; /* colour offset */
struct kmem_cache *slabp_cache;
unsigned int slab_size;
- unsigned int dflags; /* dynamic flags */
/* constructor func */
void (*ctor)(void *obj);
--
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] mm, slab: remove dflags
2012-08-16 19:26 [patch] mm, slab: remove dflags David Rientjes
@ 2012-08-16 22:32 ` Christoph Lameter
2012-08-17 11:32 ` Pekka Enberg
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Lameter @ 2012-08-16 22:32 UTC (permalink / raw)
To: David Rientjes; +Cc: Pekka Enberg, linux-mm
On Thu, 16 Aug 2012, David Rientjes wrote:
> cachep->dflags is never referenced, so remove it.
Acked-by: Christoph Lameter <cl@linux.com>
--
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] mm, slab: remove dflags
2012-08-16 22:32 ` Christoph Lameter
@ 2012-08-17 11:32 ` Pekka Enberg
0 siblings, 0 replies; 3+ messages in thread
From: Pekka Enberg @ 2012-08-17 11:32 UTC (permalink / raw)
To: Christoph Lameter; +Cc: David Rientjes, linux-mm
On Thu, 16 Aug 2012, David Rientjes wrote:
> > cachep->dflags is never referenced, so remove it.
On Thu, 16 Aug 2012, Christoph Lameter wrote:
> Acked-by: Christoph Lameter <cl@linux.com>
Applied, thanks!
--
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-17 11:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 19:26 [patch] mm, slab: remove dflags David Rientjes
2012-08-16 22:32 ` Christoph Lameter
2012-08-17 11:32 ` Pekka Enberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).