From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.17.10]:50505 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133AbcCBQV5 (ORCPT ); Wed, 2 Mar 2016 11:21:57 -0500 From: Arnd Bergmann To: y2038@lists.linaro.org Cc: Deepa Dinamani , linux-fsdevel@vger.kernel.org, tglx@linutronix.de, viro@zeniv.linux.org.uk Subject: Re: [Y2038] [PATCH 2/2] vfs: Add vfs_time accessors Date: Wed, 02 Mar 2016 17:21:46 +0100 Message-ID: <15544815.dJEgLap5O0@wuerfel> In-Reply-To: <1456932710-10926-3-git-send-email-deepa.kernel@gmail.com> References: <1456932710-10926-1-git-send-email-deepa.kernel@gmail.com> <1456932710-10926-3-git-send-email-deepa.kernel@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wednesday 02 March 2016 07:31:50 Deepa Dinamani wrote: > Add vfs_time accessors to help convert vfs timestamps to use > 64 bit times. These create an abstraction layer so that > vfs inode times can be switched to use struct timespec64 from > struct timespec without breaking the individual filesystems > after they have incorporated these. > > Use uapi exposed data types, timespec and timespec64 here to keep > minimal timestamp data type conversions in API's interfacing with > vfs. > > Signed-off-by: Deepa Dinamani > Acked-by: Arnd Bergmann