Re: [VFS PATCH] constify more dcache.h inlined helpers.

2017-12-18 Thread NeilBrown
On Fri, Oct 20 2017, Al Viro wrote: > On Fri, Oct 20, 2017 at 11:41:17AM +1100, NeilBrown wrote: >> On Wed, Aug 02 2017, NeilBrown wrote: >> >> > Many of the inlines in dcache.h were changed to accept >> > const struct pointers in commit f0d3b3ded999 ("constify dcache.c >> > inlined helpers where

Re: [VFS PATCH] constify more dcache.h inlined helpers.

2017-10-20 Thread NeilBrown
On Fri, Oct 20 2017, Al Viro wrote: > On Fri, Oct 20, 2017 at 11:41:17AM +1100, NeilBrown wrote: >> On Wed, Aug 02 2017, NeilBrown wrote: >> >> > Many of the inlines in dcache.h were changed to accept >> > const struct pointers in commit f0d3b3ded999 ("constify dcache.c >> > inlined helpers where

Re: [VFS PATCH] constify more dcache.h inlined helpers.

2017-10-19 Thread Al Viro
On Fri, Oct 20, 2017 at 11:41:17AM +1100, NeilBrown wrote: > On Wed, Aug 02 2017, NeilBrown wrote: > > > Many of the inlines in dcache.h were changed to accept > > const struct pointers in commit f0d3b3ded999 ("constify dcache.c > > inlined helpers where possible"). > > This patch allows 'const' i

Re: [VFS PATCH] constify more dcache.h inlined helpers.

2017-10-19 Thread NeilBrown
On Wed, Aug 02 2017, NeilBrown wrote: > Many of the inlines in dcache.h were changed to accept > const struct pointers in commit f0d3b3ded999 ("constify dcache.c > inlined helpers where possible"). > This patch allows 'const' in a couple that were added since then. > > Signed-off-by: NeilBrown P

[VFS PATCH] constify more dcache.h inlined helpers.

2017-08-01 Thread NeilBrown
Many of the inlines in dcache.h were changed to accept const struct pointers in commit f0d3b3ded999 ("constify dcache.c inlined helpers where possible"). This patch allows 'const' in a couple that were added since then. Signed-off-by: NeilBrown --- include/linux/dcache.h | 4 ++-- 1 file change