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)
commit786727799a85aeabc20cab5ecfb72771bcbd6b85
tree706c7ffbadf27ddfe5a633bd3032c35428a1e8ec
parent5b999aadbae65696a148f55250d94b6f3d74071e
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