]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
OrangeFS: constify export_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 1 Jan 2016 09:01:52 +0000 (10:01 +0100)
committerMike Marshall <hubcap@omnibond.com>
Mon, 4 Jan 2016 16:06:12 +0000 (11:06 -0500)
commitacaca36dd94d1bfe381a7425984991a06ba58f53
treedb07cd576fc78e44c2e7646e3c9b427f750e0b77
parentf987f4c28a0f9a1dee44ca33a29080859b70f24b
OrangeFS: constify export_operations structures

This export_operations structure is never modified, so declare it as const.
Most other structures of this type are already const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/super.c