]> asedeno.scripts.mit.edu Git - linux.git/commit
staging/lustre/llite: constify export_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 1 Jan 2016 09:02:03 +0000 (10:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:22:53 +0000 (14:22 -0800)
commit98aa7661788198dadf37f71286c4cc703b0c6684
treebc097b655486d469f36a4d4b3c9f3dab430639ca
parent161106c5fa86cf76c16d5fe71abb8c2e836be842
staging/lustre/llite: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/llite/llite_nfs.c