]> git.baikalelectronics.ru Git - kernel.git/commit
mm/slab: Fix /proc/slabinfo unwriteable for slab
authorWanpeng Li <liwanp@linux.vnet.ibm.com>
Thu, 4 Jul 2013 00:33:24 +0000 (08:33 +0800)
committerPekka Enberg <penberg@kernel.org>
Sun, 7 Jul 2013 15:37:47 +0000 (18:37 +0300)
commit76696e7f9df2c9cb12015dec8f15e3a5c531cf0a
tree1e9862619ecbca7695558280bbd02637b1fea421
parentbee75c9033a8ac4e6a67f499b4153ec259e06060
mm/slab: Fix /proc/slabinfo unwriteable for slab

Slab have some tunables like limit, batchcount, and sharedfactor can be
tuned through function slabinfo_write. Commit (b539351c: mm/sl[au]b: Move
slabinfo processing to slab_common.c) uncorrectly change /proc/slabinfo
unwriteable for slab, this patch fix it by revert to original mode.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slab_common.c