mm/slab.c: cleanup outdated comments and unify variables naming
authorJianyu Zhan <nasa4836@gmail.com>
Sun, 30 Mar 2014 09:02:20 +0000 (17:02 +0800)
committerPekka Enberg <penberg@kernel.org>
Tue, 1 Apr 2014 10:49:25 +0000 (13:49 +0300)
commit5f0985bb1123b48bbfc632006bdbe76d3dfea76b
tree5661241bdd61b933a43db4d9567ae784979d45ff
parent24f870d8f0adcd38639f2f66e37aa7591a3fc408
mm/slab.c: cleanup outdated comments and unify variables naming

As time goes, the code changes a lot, and this leads to that
some old-days comments scatter around , which instead of faciliating
understanding, but make more confusion. So this patch cleans up them.

Also, this patch unifies some variables naming.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Jianyu Zhan <nasa4836@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slab.c