On Mon, May 22, 2017 at 09:49:17PM +0300, Andy Shevchenko wrote:
> >     struct afs_call *call = container_of(work, struct afs_call,
> > work);
> > -   struct uuid_v1 *r = call->request;
> > +   uuid_t *r = call->request;
> >  
> >     struct {
> >             __be32  match;
> > 
> 
> Just to double check that this doesn't create a union aliasing.

What do you mean with that?

Reply via email to