From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([217.72.192.74]:52525 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbcDIBRe (ORCPT ); Fri, 8 Apr 2016 21:17:34 -0400 From: Arnd Bergmann To: Deepa Dinamani Subject: Re: [PATCH 2/2] vfs: Add vfs_time accessors Date: Sat, 9 Apr 2016 03:17:19 +0200 Cc: linux-fsdevel@vger.kernel.org, y2038@lists.linaro.org, tglx@linutronix.de, viro@zeniv.linux.org.uk References: <1460130431-7865-1-git-send-email-deepa.kernel@gmail.com> <1460130431-7865-3-git-send-email-deepa.kernel@gmail.com> In-Reply-To: <1460130431-7865-3-git-send-email-deepa.kernel@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201604090317.19296.arnd@arndb.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Friday 08 April 2016, 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 Reviewed-by: Arnd Bergmann