Re: [PATCH 2/2] mm: zbud: Constify the zbud_ops

2015-07-15 Thread Dan Streetman
On Fri, Jul 3, 2015 at 5:40 AM, Krzysztof Kozlowski wrote: > The structure zbud_ops is not modified so make the pointer to it as > pointer to const. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Dan Streetman > --- > include/linux/zbud.h | 2 +- > mm/zbud.c| 6 +++--- > 2 files

[PATCH 2/2] mm: zbud: Constify the zbud_ops

2015-07-03 Thread Krzysztof Kozlowski
The structure zbud_ops is not modified so make the pointer to it as pointer to const. Signed-off-by: Krzysztof Kozlowski --- include/linux/zbud.h | 2 +- mm/zbud.c| 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/zbud.h b/include/linux/zbud.h in