Tag: bc51b2a9193f917f2065313d9971d7d5e867bc81

logfs: constify logfs_block_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The logfs_block_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/logfs/logfs.h | 4 ++– fs/logfs/readwrite.c | 4 ++– fs/logfs/segment.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)   diff –git a/fs/logfs/logfs.h b/fs/logfs/logfs.h index 5f09376..5731361 100644 …

Continue reading