From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751193AbdEaSZh (ORCPT ); Wed, 31 May 2017 14:25:37 -0400 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 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 849F0F1DB6 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 849F0F1DB6 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 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@ml01.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" Content-ID: <31364.1496255131.1@warthog.procyon.org.uk> Date: Wed, 31 May 2017 19:25:31 +0100 Message-ID: <31365.1496255131@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 31 May 2017 18:25:34 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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