commit | 380cb19e40e23b407e4da811466c5c509c2abe93 | [log] [tgz] |
---|---|---|
author | Wanpeng Li <liwanp@linux.vnet.ibm.com> | Tue Apr 02 10:46:16 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 02 12:55:37 2013 -0700 |
tree | ad175f1b8fa36707d4156444e8278211bd2062bf | |
parent | b0749e77ae972713c1734cea069f32597ecedbd5 [diff] |
staging: zcache: fix pers_pageframes|_max aren't exported in debugfs Before commit 9c0ad59ef ("zcache/debug: Use an array to initialize/use debugfs attributes"), pers_pageframes|_max are exported in debugfs, but this commit forgot use array export pers_pageframes|_max. This patch add pers_pageframes|_max back. Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>