Re: [PATCH] SLUB: killed the unused "end" variable

2007-11-12 Thread Christoph Lameter
On Tue, 13 Nov 2007, Denis Cheng wrote: > Since the macro "for_each_object" introduced, the "end" variable becomes > unused anymore. Acked-by: Christoph Lameter <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTEC

[PATCH] SLUB: killed the unused "end" variable

2007-11-12 Thread Denis Cheng
Since the macro "for_each_object" introduced, the "end" variable becomes unused anymore. Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> --- mm/slub.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index 84f59fd..9acb413 100644 --- a/mm/slub.c +++