From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752299AbbBKL0l (ORCPT ); Wed, 11 Feb 2015 06:26:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35268 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751884AbbBKL0k (ORCPT ); Wed, 11 Feb 2015 06:26:40 -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: <20150129060507.GA3437@tinar> References: <20150129060507.GA3437@tinar> To: Tina Ruchandani Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] afs: Migrate to 64-bit timekeeping MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <20539.1423653966.1@warthog.procyon.org.uk> Date: Wed, 11 Feb 2015 11:26:06 +0000 Message-ID: <20540.1423653966@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tina Ruchandani wrote: > This patchset is an attempt to port afs's timekeeping > variables from time_t type to time64_t. AFS uses > get_seconds to store real (wall clock) time in seconds. > The time returned by get_seconds() will overflow on 32-bit systems > in year 2106 and beyond. > This patchset replaces the usage with ktime_get_real_seconds. > Fields that propagate to the inode (mtime_client, mtime_server, > creation) remain untouched, as the inode timestamps are only 32bit. I've applied these to my branch. David