commit | d2d32738ded3825a6608e0d34e276c30c96e63b2 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Nov 14 13:30:34 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 21 15:40:18 2015 -0800 |
tree | 7a49eb8a91be6d1eb3db14d50c93f2bf9bedc996 | |
parent | 53f1a12768a55e53b2c40e00a8804b1edfa739b3 [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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>