Tag: d1b98c23f7547cc37c8f230acbedb26f0d47e9e1

quota: constify qtree_fmt_operations structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The qtree_fmt_operations structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Jan Kara — fs/ocfs2/quota.h | 2 +- fs/ocfs2/quota_global.c | 2 +- fs/quota/quota_v2.c | 4 ++– include/linux/dqblk_qtree.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)   diff –git a/fs/ocfs2/quota.h …

Continue reading