From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:51042 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbdEaSZf (ORCPT ); Wed, 31 May 2017 14:25:35 -0400 From: David Howells In-Reply-To: <20170531161826.23243-2-hch@lst.de> References: <20170531161826.23243-2-hch@lst.de> <20170531161826.23243-1-hch@lst.de> To: Christoph Hellwig Cc: dhowells@redhat.com, Andy Shevchenko , Amir Goldstein , linux-fsdevel@vger.kernel.org, Shaohua Li , Dan Williams , Steven Whitehouse , Mimi Zohar , linux-xfs@vger.kernel.org, linux-raid@vger.kernel.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org Subject: Re: [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 31 May 2017 19:25:31 +0100 Message-ID: <31365.1496255131@warthog.procyon.org.uk> Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org Christoph Hellwig wrote: > This essentially is a partial revert of commit ff548773 > ("afs: Move UUID struct to linux/uuid.h") and moves struct uuid_v1 back into > fs/afs as struct afs_uuid. It however keeps it as big endian structure > so that we can use the normal uuid generation helpers when casting to/from > struct afs_uuid. > > The V1 uuid intrepreatation in struct form isn't really useful to the > rest of the kernel, and not really compatible to it either, so move it > back to AFS instead of polluting the global uuid.h. > > Signed-off-by: Christoph Hellwig Acked-by: David Howells