From: Randy Dunlap <randy.dun...@oracle.com> Make HoneyPot ProcFS depend on CONFIG_PROC_FS so that it will build. Recommended by Christoph Hellwig.
Fixes kernel bugzilla #33692: https://bugzilla.kernel.org/show_bug.cgi?id=33692 Reported-by: Simon Danner <danner.si...@gmail.com> Signed-off-by: Randy Dunlap <randy.dun...@oracle.com> Cc: Jeff Dike <jd...@addtoit.com> Cc: user-mode-linux-devel@lists.sourceforge.net Cc: Christoph Hellwig <h...@infradead.org> Signed-off-by: Richard Weinberger <rich...@nod.at> --- arch/um/Kconfig.um | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um index 90a438a..b5e675e 100644 --- a/arch/um/Kconfig.um +++ b/arch/um/Kconfig.um @@ -47,7 +47,7 @@ config HOSTFS config HPPFS tristate "HoneyPot ProcFS (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && PROC_FS help hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc entries to be overridden, removed, or fabricated from the host. -- 1.7.4.2 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel