Re: [PATCH] fs: xfs: xfs_icreate_item: constify xfs_item_ops structure

2016-11-19 Thread Eric Sandeen
On 11/19/16 7:16 AM, Bhumika Goyal wrote: > Declare the structure xfs_item_ops as const as it is only passed as an > argument to the function xfs_log_item_init. As this argument is of type > const struct xfs_item_ops *, so xfs_item_ops structures having this > property can be declared as const. >

[PATCH] fs: xfs: xfs_icreate_item: constify xfs_item_ops structure

2016-11-19 Thread Bhumika Goyal
Declare the structure xfs_item_ops as const as it is only passed as an argument to the function xfs_log_item_init. As this argument is of type const struct xfs_item_ops *, so xfs_item_ops structures having this property can be declared as const. Done using Coccinelle: @r1 disable optional_qualifie