Re: [PATCH] eCryptfs: constify attribute_group structures.

2017-10-13 Thread Tyler Hicks
Hi Arvind - My apologies for the extremely slow review. On 06/30/2017 05:33 AM, Arvind Yadav wrote: > attribute_groups are not supposed to change at runtime. All functions > working with attribute_groups provided by work with const > attribute_group. So mark the non-const structs as const. > > F

[PATCH] eCryptfs: constify attribute_group structures.

2017-06-30 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. File size before: textdata bss dec hex filename 6122 636 2467821a7e fs/ec