From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752862AbbBKNxR (ORCPT ); Wed, 11 Feb 2015 08:53:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40552 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752811AbbBKNxQ (ORCPT ); Wed, 11 Feb 2015 08:53:16 -0500 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: <20150129055310.GA3033@tinar> References: <20150129055310.GA3033@tinar> To: Tina Ruchandani Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH] AFS: Correctly use 64-bit time for UUID MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25156.1423662763.1@warthog.procyon.org.uk> Date: Wed, 11 Feb 2015 13:52:43 +0000 Message-ID: <25157.1423662763@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tina Ruchandani wrote: > + uuidtime = ktime_get_real_ns() / 100; 64-bit division must be done using asm/div64.h David