Tag: b3c6de492b9ea30a8dcc535d4dc2eaaf0bb3f116

cleancache: constify cleancache_ops structure

Author: Julia Lawall <julia.lawall@lip6.fr> The cleancache_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Konrad Rzeszutek Wilk — drivers/xen/tmem.c | 2 +- include/linux/cleancache.h | 2 +- mm/cleancache.c | 4 ++– 3 files changed, 4 insertions(+), 4 deletions(-)   diff –git a/drivers/xen/tmem.c b/drivers/xen/tmem.c index 945fc43..4ac2ca8 …

Continue reading