SLUB: killed the unused "end" variable
authorDenis Cheng <crquan@gmail.com>
Mon, 12 Nov 2007 16:49:42 +0000 (00:49 +0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Nov 2007 18:32:29 +0000 (10:32 -0800)
commitefe44183f6bab5b8acb6a6182d95274978c8abb1
tree86a1c11218644190c30a7c03931e5ca2c6e2e12e
parent00ec99da43a7c2aed46c6595aa271b84bb1b1462
SLUB: killed the unused "end" variable

Since the macro "for_each_object" introduced, the "end" variable becomes unused anymore.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c