Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303305
| From | Deepa Dinamani <deepa.kernel@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC 08/15] fs: Enable 64 bit time |
| Date | 2016-01-07 06:50 +0100 |
| Message-ID | <qObCq-3GI-3@gated-at.bofh.it> (permalink) |
| References | <qObsK-3Dn-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
64 bit time support is in place for all filesystems.
Enable CONFIG_USES_64BIT_TIME to start using 64 bit time
everywhere.
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
---
fs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/Kconfig b/fs/Kconfig
index a11934b..bfeefce 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -11,7 +11,7 @@ config DCACHE_WORD_ACCESS
#use 64 bit timestamps
config FS_USES_64BIT_TIME
bool
- default n
+ default y
help
Temporary configuration to switch over all file systems to
use 64 bit time.
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[RFC 08/15] fs: Enable 64 bit time Deepa Dinamani <deepa.kernel@gmail.com> - 2016-01-07 06:50 +0100
csiph-web