commit | b6c24de77cbe9afe4962f0738e6444e709e83c81 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Feb 04 23:35:48 2008 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 21 15:27:06 2008 -0800 |
tree | 8369806f79e82bd91a80e4184972fb29f674c08c | |
parent | 82bd3f17f4600fd374524c015826c175819f15ea [diff] |
slabinfo: fall back from /sys/kernel/slab to /sys/slab I keep running upstream and mm kernels and the location of the slab directory is different since upstream still uses /sys/slab. This patch makes slabinfo check /sys/slab if /sys/kernel/slab is not there. Makes slabinfo work on any kernel. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>