Tag: 0125f504ed320826a78b43d636de957d703465a8

adfs: constify adfs_dir_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The adfs_dir_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Al Viro — fs/adfs/adfs.h | 6 +++— fs/adfs/dir.c | 6 +++— fs/adfs/dir_f.c | 2 +- fs/adfs/dir_fplus.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-)   diff –git a/fs/adfs/adfs.h …

Lire la suite