Re: [PATCH v2 2/5] seqlock: Use unique prefix for seqcount_t property accessors

From: peterz
Date: Tue Sep 08 2020 - 08:30:39 EST


On Fri, Sep 04, 2020 at 05:32:28PM +0200, Ahmed S. Darwish wrote:

> static __always_inline seqcount_t * \
> -__seqcount_##lockname##_ptr(seqcount_##lockname##_t *s) \
> +__seqprop_seqcount_##lockname##_ptr(seqcount_##lockname##_t *s) \

I did s/__seqprop_seqcount_/__seqprop_/g on all this.

seqprop is a contraction of seqcount property, no need to put in yet
another seqcount I feel.