Re: [PATCH] fat: constify fatent_operations structures

2015-12-08 Thread OGAWA Hirofumi
Julia Lawall writes: > The fatent_operations structures are never modified, so declare them as > const. > > Done with the help of Coccinelle. Looks good. Thanks. Acked-by: OGAWA Hirofumi > Signed-off-by: Julia Lawall > > --- > fs/fat/fat.h|2 +- > fs/fat/fatent.c | 24

[PATCH] fat: constify fatent_operations structures

2015-12-07 Thread Julia Lawall
The fatent_operations structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- fs/fat/fat.h|2 +- fs/fat/fatent.c | 24 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/fs/fat/f