[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1452144972-15802-16-git-send-email-deepa.kernel@gmail.com>
Date: Wed, 6 Jan 2016 21:36:12 -0800
From: Deepa Dinamani <deepa.kernel@...il.com>
To: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
y2038@...ts.linaro.org
Subject: [RFC 15/15] fs: Drop CONFIG_FS_USES_64BIT_TIME
All file system code is using 64 bit time already and this config
is no longer required.
Signed-off-by: Deepa Dinamani <deepa.kernel@...il.com>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists