From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932448AbdEJSXS (ORCPT ); Wed, 10 May 2017 14:23:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1605 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932223AbdEJSXP (ORCPT ); Wed, 10 May 2017 14:23:15 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B8BCC3B707 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B8BCC3B707 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: <20170510180214.16852-7-hch@lst.de> References: <20170510180214.16852-7-hch@lst.de> <20170510180214.16852-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 Subject: Re: [PATCH 06/16] afs: switch to use uuid_t and uuid_gen MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2703.1494440577.1@warthog.procyon.org.uk> Date: Wed, 10 May 2017 19:22:57 +0100 Message-ID: <2704.1494440577@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 10 May 2017 18:23:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig Reviewed-by: David Howells