Hi,
As requested by Andrew, this moves the hugetlbfs config option
into the Pseudo filesystems section near tmpfs.
Patch is to 2.5.64-current. Please apply.
Thanks,
~Randy
--------------A3BD09E0D17ED0F762995ECB
Content-Type: text/plain; charset=us-ascii;
name="fsmenu-tlb.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="fsmenu-tlb.patch"
patch_name: fsmenu-tlb.patch
patch_version: 2003-03-16.19:48:25
author: Randy.Dunlap <rddunlap@osdl.org>
description: "you need to move hugetlbfs down to the same menu as tmpfs"
product: Linux
product_versions: 2.5.64
changelog: move HUGETLBFS config option to the Pseudo filesystems section
requires: previous 2.5.64 filesystem menu update patch;
diffstat: =
fs/Kconfig | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff -Naur ./fs/Kconfig%FS2 ./fs/Kconfig
--- ./fs/Kconfig%FS2 Sun Mar 16 19:28:15 2003
+++ ./fs/Kconfig Sun Mar 16 19:38:31 2003
@@ -377,10 +377,6 @@
If you don't know whether you need it, then you don't need it:
answer N.
-config HUGETLBFS
- bool "HugeTLB file system support"
- depends on HUGETLB_PAGE
-
config QUOTA
bool "Quota support"
help
@@ -818,6 +814,10 @@
lost.
See <file:Documentation/filesystems/tmpfs.txt> for details.
+
+config HUGETLBFS
+ bool "HugeTLB file system support"
+ depends on HUGETLB_PAGE
config RAMFS
bool
--------------A3BD09E0D17ED0F762995ECB--
-
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/