]> git.baikalelectronics.ru Git - kernel.git/commit
mm: zpool: constify the zpool_ops
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 8 Sep 2015 22:05:03 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commit58ab2743813c968dd6c5e05f10a630e30853ba09
tree706c7ffbadf27ddfe5a633bd3032c35428a1e8ec
parentcbc19e677624c8e59fcc30c2d5a3a9082ca3ac25
mm: zpool: constify the zpool_ops

The structure zpool_ops is not modified so make the pointer to it a
pointer to const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/zpool.h
mm/zbud.c
mm/zpool.c
mm/zsmalloc.c
mm/zswap.c