lustre: constify inode_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 14 Nov 2015 12:30:34 +0000 (13:30 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 7 Dec 2015 02:17:12 +0000 (21:17 -0500)
commit42a561e56fb9b581a4adb89efe54a387e3d4dc1b
tree6bbc8dc82abadacc89fa2a6e1cbd95c19fd52b05
parent752343be63d90c84d275f046e43371febe217863
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: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/lustre/lustre/llite/file.c
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/llite/symlink.c