From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754819AbdERGcH (ORCPT ); Thu, 18 May 2017 02:32:07 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:51067 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932251AbdERG1z (ORCPT ); Thu, 18 May 2017 02:27:55 -0400 From: Christoph Hellwig To: Andy Shevchenko , 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@ml01.01.org, linux-kernel@vger.kernel.org Subject: [PATCH 11/23] uuid: remove struct uuid_v1 Date: Thu, 18 May 2017 08:26:53 +0200 Message-Id: <20170518062705.25902-12-hch@lst.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170518062705.25902-1-hch@lst.de> References: <20170518062705.25902-1-hch@lst.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Unused now. Signed-off-by: Christoph Hellwig --- include/linux/uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/uuid.h b/include/linux/uuid.h index 47ca06d846d4..e8a065035113 100644 --- a/include/linux/uuid.h +++ b/include/linux/uuid.h @@ -40,7 +40,7 @@ typedef struct { * - the clock sequence is a 14-bit counter to avoid duplicate * times */ - struct uuid_v1 { + struct { __be32 time_low; __be16 time_mid; __be16 time_hi_and_version; -- 2.11.0