commit | 42a561e56fb9b581a4adb89efe54a387e3d4dc1b | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Nov 14 13:30:34 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 06 21:17:12 2015 -0500 |
tree | 6bbc8dc82abadacc89fa2a6e1cbd95c19fd52b05 | |
parent | 752343be63d90c84d275f046e43371febe217863 [diff] |
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>