]> git.baikalelectronics.ru Git - kernel.git/commit
staging: zcache: fix pers_pageframes|_max aren't exported in debugfs
authorWanpeng Li <liwanp@linux.vnet.ibm.com>
Tue, 2 Apr 2013 02:46:16 +0000 (10:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2013 19:55:37 +0000 (12:55 -0700)
commitc68b354d6c9cb3e1688d66591d3541fc5ab7e861
treead175f1b8fa36707d4156444e8278211bd2062bf
parent1611f8d2bf043943dc861727810362c9777d1dea
staging: zcache: fix pers_pageframes|_max aren't exported in debugfs

Before commit 763b72f4d ("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>
drivers/staging/zcache/debug.c