From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:36021 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752793AbcFNVUC (ORCPT ); Tue, 14 Jun 2016 17:20:02 -0400 Received: by mail-oi0-f52.google.com with SMTP id p204so4648405oih.3 for ; Tue, 14 Jun 2016 14:20:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465448705-25055-22-git-send-email-deepa.kernel@gmail.com> References: <1465448705-25055-1-git-send-email-deepa.kernel@gmail.com> <1465448705-25055-22-git-send-email-deepa.kernel@gmail.com> From: John Stultz Date: Tue, 14 Jun 2016 14:20:01 -0700 Message-ID: Subject: Re: [PATCH 21/21] time: Delete CURRENT_TIME_SEC and CURRENT_TIME macro 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:05 PM, Deepa Dinamani wrote: > All uses of these macors have been replaced by other > time functions. > These macros are also not y2038 safe. > And, all its usecases can be fulfilled by y2038 > safe ktime_get_* variants. > Assuming the prereqs are in place: Acked-by: John Stultz thanks -john