staging: lustre: obdecho: constify lu_device_operations and cl_device_operations...
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 1 Jan 2016 08:37:03 +0000 (09:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:22:53 +0000 (14:22 -0800)
commit161106c5fa86cf76c16d5fe71abb8c2e836be842
treecba65ada3f7b78fd880b2b8a1b56859c34b02f59
parenta4113d61e53c6cd866f1e760648a41ff95c9b9ba
staging: lustre: obdecho: constify lu_device_operations and cl_device_operations structures

These lu_device_operations and cl_device_operations structures are never
modified, so declare them as const.  Other structures of these types are
already const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdecho/echo_client.c