Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303292
| Path | csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Deepa Dinamani <deepa.kernel@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [RFC 15/15] fs: Drop CONFIG_FS_USES_64BIT_TIME |
| Date | Thu, 07 Jan 2016 06:40:02 +0100 |
| Message-ID | <qObsK-3Dn-9@gated-at.bofh.it> (permalink) |
| References | <qObsK-3Dn-7@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=7nXCujeabZYaAbLHb4VGyEARj7gh9q2lynpFyo6sr9E=; b=0Wju1/7awLKQd6KClxqfnV/42uF2ow/GVEO6XX8QC995VjafyKProWSquDlOcgWFup J5MKUNrNXsfEgcOZVfnngPG050kttnUxqOvpmlwj3WqkE0XwEJcFVqYgM6e+HH5LviAj XEzZRc2VxdAfZG55WEM2iZv6Kc+Q9Nr9uHTexgON8JOQKOtIOO+NjfyKlXRSYHxW0qDe TklSxSXv7Z2uaH6VYj4RusQpUNp5gMzrJ7jypTfN1o2Bm7Hpdr4p9LcG5K2r5DQ9su3w fG4FLfPtfOs6IJ/QVzsk0qtL6Z3l4Riq3JxLU74WiAxEPhb8T7uRT9b0iqamgYPiCKO5 37jA== |
| X-Received | by 10.66.190.7 with SMTP id gm7mr89137216pac.79.1452145029674; Wed, 06 Jan 2016 21:37:09 -0800 (PST) |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 37 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Wed, 6 Jan 2016 21:36:12 -0800 |
| X-Original-Message-ID | <1452144972-15802-16-git-send-email-deepa.kernel@gmail.com> |
| X-Original-References | <1452144972-15802-1-git-send-email-deepa.kernel@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1303292 |
Show key headers only | View raw
All file system code is using 64 bit time already and this config
is no longer required.
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.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@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 15/15] fs: Drop CONFIG_FS_USES_64BIT_TIME Deepa Dinamani <deepa.kernel@gmail.com> - 2016-01-07 06:40 +0100
csiph-web