Re: [PATCH] quota: constify qtree_fmt_operations structures

2016-01-04 Thread Jan Kara
On Fri 01-01-16 08:53:37, Julia Lawall wrote: > The qtree_fmt_operations structures are never modified, so declare them as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Thanks! I've merged the patch to my tree.

Re: [PATCH] quota: constify qtree_fmt_operations structures

2016-01-04 Thread Jan Kara
On Fri 01-01-16 08:53:37, Julia Lawall wrote: > The qtree_fmt_operations structures are never modified, so declare them as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Thanks! I've merged the patch to my tree.

[PATCH] quota: constify qtree_fmt_operations structures

2016-01-01 Thread Julia Lawall
The qtree_fmt_operations structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- fs/ocfs2/quota.h|2 +- fs/ocfs2/quota_global.c |2 +- fs/quota/quota_v2.c |4 ++--

[PATCH] quota: constify qtree_fmt_operations structures

2016-01-01 Thread Julia Lawall
The qtree_fmt_operations structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- fs/ocfs2/quota.h|2 +- fs/ocfs2/quota_global.c |2 +- fs/quota/quota_v2.c |4 ++--