From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bootlin.com ([62.4.15.54]:36867 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbeGRTIy (ORCPT ); Wed, 18 Jul 2018 15:08:54 -0400 Date: Wed, 18 Jul 2018 20:28:51 +0200 From: Boris Brezillon To: Richard Weinberger Cc: Jan Kara , Arnd Bergmann , y2038@lists.linaro.org, linux-kernel@vger.kernel.org, David Howells , linux-mtd@lists.infradead.org, Alexander Viro , linux-fsdevel@vger.kernel.org, Andrew Morton , David Woodhouse , Deepa Dinamani Subject: Re: [PATCH 1/2] [RESEND] jffs2: use 64-bit intermediate timestamps Message-ID: <20180718202851.1011fb4e@bbrezillon> In-Reply-To: <20180717215453.04509003@bbrezillon> References: <20180713144739.3150217-1-arnd@arndb.de> <2205649.NecG7tB80L@blindfold> <20180717215453.04509003@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 17 Jul 2018 21:54:53 +0200 Boris Brezillon wrote: > On Fri, 13 Jul 2018 22:47:13 +0200 > Richard Weinberger wrote: > > > Am Freitag, 13. Juli 2018, 16:47:16 CEST schrieb Arnd Bergmann: > > > The VFS now uses timespec64 timestamps consistently, but jffs2 still > > > converts them to 32-bit numbers on the storage medium. As the helper > > > functions for the conversion (get_seconds() and timespec_to_timespec64()) > > > are now deprecated, let's change them over to the more modern > > > replacements. > > > > > > This keeps the traditional interpretation of those values, where > > > the on-disk 32-bit numbers are taken to be negative numbers, i.e. > > > dates before 1970, on 32-bit machines, but future numbers past 2038 > > > on 64-bit machines. > > > > > > Signed-off-by: Arnd Bergmann > > > --- > > > I originally sent these two patches on Jun 19, but got no reply aside > > > from a harmless sparse warning reported by the kbuild test robot. > > > > > > Looking at the git history for jffs2, it seems that David Woodhouse > > > hasn't applied any patches for over two years, so I suppose he's > > > not taking these either. > > > > > > Al or Andrew, could you pick these up instead? > > > > We can carry it also via the MTD tree. > > I'll queue them to mtd/next. Applied. Thanks, Boris > > Thanks, > > Boris > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/