From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752844AbcAGFhy (ORCPT ); Thu, 7 Jan 2016 00:37:54 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:35338 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752764AbcAGFhK (ORCPT ); Thu, 7 Jan 2016 00:37:10 -0500 From: Deepa Dinamani To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, y2038@lists.linaro.org Subject: [RFC 15/15] fs: Drop CONFIG_FS_USES_64BIT_TIME Date: Wed, 6 Jan 2016 21:36:12 -0800 Message-Id: <1452144972-15802-16-git-send-email-deepa.kernel@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1452144972-15802-1-git-send-email-deepa.kernel@gmail.com> References: <1452144972-15802-1-git-send-email-deepa.kernel@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org All file system code is using 64 bit time already and this config is no longer required. Signed-off-by: Deepa Dinamani --- fs/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index bfeefce..922893f 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -8,16 +8,6 @@ menu "File systems" config DCACHE_WORD_ACCESS bool -#use 64 bit timestamps -config FS_USES_64BIT_TIME - bool - default y - help - Temporary configuration to switch over all file systems to - use 64 bit time. - Need to be enabled only after all individual file system - and vfs changes are in place. - if BLOCK source "fs/ext2/Kconfig" -- 1.9.1