The patch titled hugetlbfs: add Kconfig help text has been removed from the -mm tree. Its filename is hugetlbfs-add-kconfig-help-text.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Arthur Othieno <apgo@xxxxxxxxxxxxx> In kernel bugzilla #6248 (http://bugzilla.kernel.org/show_bug.cgi?id=6248), Adrian Bunk <bunk@xxxxxxxxx> notes that CONFIG_HUGETLBFS is missing Kconfig help text. Signed-off-by: Arthur Othieno <apgo@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/Kconfig | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN fs/Kconfig~hugetlbfs-add-kconfig-help-text fs/Kconfig --- devel/fs/Kconfig~hugetlbfs-add-kconfig-help-text 2006-04-18 22:19:58.000000000 -0700 +++ devel-akpm/fs/Kconfig 2006-04-18 22:19:58.000000000 -0700 @@ -842,6 +842,12 @@ config TMPFS config HUGETLBFS bool "HugeTLB file system support" depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN + help + hugetlbfs is a filesystem backing for HugeTLB pages, based on + ramfs. For architectures that support it, say Y here and read + <file:Documentation/vm/hugetlbpage.txt> for details. + + If unsure, say N. config HUGETLB_PAGE def_bool HUGETLBFS _ Patches currently in -mm which might be from apgo@xxxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html