From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1495478957.6967.69.camel@linux.intel.com> Subject: Re: [PATCH 10/23] afs: switch to use uuid_t and uuid_gen From: Andy Shevchenko To: Christoph Hellwig , Amir Goldstein , linux-fsdevel@vger.kernel.org Cc: Shaohua Li , Dan Williams , David Howells , Steven Whitehouse , Mimi Zohar , linux-xfs@vger.kernel.org, linux-raid@vger.kernel.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org Date: Mon, 22 May 2017 21:49:17 +0300 In-Reply-To: <20170518062705.25902-11-hch@lst.de> References: <20170518062705.25902-1-hch@lst.de> <20170518062705.25902-11-hch@lst.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, 2017-05-18 at 08:26 +0200, Christoph Hellwig wrote: Changelog? > Signed-off-by: Christoph Hellwig > Reviewed-by: David Howells > @@ -453,7 +453,7 @@ static int afs_deliver_cb_probe(struct afs_call > *call) >  static void SRXAFSCB_ProbeUuid(struct work_struct *work) >  { >   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. -- Andy Shevchenko Intel Finland Oy