Bug 33692

Summary: Hppfs fails to build with randconfig
Product: Platform Specific/Hardware Reporter: Simon Danner (danner.simon)
Component: UMLAssignee: Jeff Dike (jdike)
Status: CLOSED CODE_FIX    
Severity: normal CC: alan, florian, rdunlap
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.39-rc4 Subsystem:
Regression: No Bisected commit-id:
Attachments: randconfig that fails
make HPPFS depend on PROC_FS, fixes build error

Description Simon Danner 2011-04-19 07:13:05 UTC
Created attachment 54682 [details]
randconfig that fails

Hppfs fails to build with attached config. Reverting 0ceeca5a08abb1d880f0cc0ea812ad14932070e0 fixes it.
Comment 1 Randy Dunlap 2011-04-19 17:10:13 UTC
/lnx/src/lnx-2639-rc4/fs/hppfs/hppfs.c: In function 'hppfs_fill_super':
/lnx/src/lnx-2639-rc4/fs/hppfs/hppfs.c:729: error: 'struct pid_namespace' has no member named 'proc_mnt'

happens when CONFIG_PROC_FS is not enabled.
Comment 2 Randy Dunlap 2011-04-19 20:06:27 UTC
Created attachment 54722 [details]
make HPPFS depend on PROC_FS, fixes build error
Comment 3 Florian Mickler 2011-05-04 06:02:00 UTC
A patch referencing this bug report has been merged in v2.6.39-rc5-130-g3fd9952:

commit 365a0deae2b6743b3263a71871bbd8c9f66ac34c
Author: Randy Dunlap <randy.dunlap@oracle.com>
Date:   Wed Apr 27 15:26:53 2011 -0700

    uml: fix hppfs build