Tag: 42a561e56fb9b581a4adb89efe54a387e3d4dc1b

lustre: constify inode_operations structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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 Signed-off-by: Al Viro — drivers/staging/lustre/lustre/llite/file.c | 2 +- drivers/staging/lustre/lustre/llite/llite_internal.h | 4 ++– drivers/staging/lustre/lustre/llite/symlink.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)   diff …

Continue reading