From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f53.google.com ([209.85.218.53]:36292 "EHLO mail-oi0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932576AbcFNVS5 (ORCPT ); Tue, 14 Jun 2016 17:18:57 -0400 Received: by mail-oi0-f53.google.com with SMTP id p204so4609034oih.3 for ; Tue, 14 Jun 2016 14:18:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465448705-25055-16-git-send-email-deepa.kernel@gmail.com> References: <1465448705-25055-1-git-send-email-deepa.kernel@gmail.com> <1465448705-25055-16-git-send-email-deepa.kernel@gmail.com> From: John Stultz Date: Tue, 14 Jun 2016 14:18:55 -0700 Message-ID: Subject: Re: [PATCH 15/21] time: Add time64_to_tm() To: Deepa Dinamani Cc: "linux-fsdevel@vger.kernel.org" , lkml , Arnd Bergmann , Thomas Gleixner , Al Viro , Linus Torvalds , y2038 Mailman List Content-Type: text/plain; charset=UTF-8 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Jun 8, 2016 at 10:04 PM, Deepa Dinamani wrote: > time_to_tm() takes time_t as an argument. > time_t is not y2038 safe. > Add time64_to_tm() that takes time64_t as an argument > which is y2038 safe. > The plan is to eventually replace all calls to time_to_tm() > by time64_to_tm(). > > Signed-off-by: Deepa Dinamani > Cc: John Stultz > Cc: Thomas Gleixner This looks sane to me. Are you hoping for me to queue this, or would you like i to go though the fsdev maintainers with my ack? In either case. Acked-by: John Stultz thanks -john