lustre: constify inode_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 14 Nov 2015 12:30:34 +0000 (13:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:40:18 +0000 (15:40 -0800)
commitd2d32738ded3825a6608e0d34e276c30c96e63b2
tree7a49eb8a91be6d1eb3db14d50c93f2bf9bedc996
parent53f1a12768a55e53b2c40e00a8804b1edfa739b3
lustre: constify inode_operations structures

The inode_operations structures are never modified, so declare them
as const, like all the other inode_operations structures.

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/file.c
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/llite/symlink.c