Tag: 9e62dc096ef39ccf45fc47e8612f3c5d361af038

ocfs2: constify ocfs2_extent_tree_operations structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The ocfs2_extent_tree_operations structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds — fs/ocfs2/alloc.c | 12 ++++++—— fs/ocfs2/alloc.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-)   diff –git …

Continue reading