commit | b3c6de492b9ea30a8dcc535d4dc2eaaf0bb3f116 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Thu Jan 21 16:47:29 2016 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jan 27 09:09:57 2016 -0500 |
tree | 66aa2045b592d7cdcf0006bc64e2786398e7615d | |
parent | afd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc [diff] |
cleancache: constify cleancache_ops structure The cleancache_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>