Tag: d2d32738ded3825a6608e0d34e276c30c96e63b2

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: Greg Kroah-Hartman — 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 …

Lire la suite