Bug 33692 - Hppfs fails to build with randconfig
Summary: Hppfs fails to build with randconfig
Status: CLOSED CODE_FIX
Alias: None
Product: Platform Specific/Hardware
Classification: Unclassified
Component: UML (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Jeff Dike
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 07:13 UTC by Simon Danner
Modified: 2012-05-12 14:35 UTC (History)
3 users (show)

See Also:
Kernel Version: 2.6.39-rc4
Subsystem:
Regression: No
Bisected commit-id:


Attachments
randconfig that fails (17.17 KB, application/octet-stream)
2011-04-19 07:13 UTC, Simon Danner
Details
make HPPFS depend on PROC_FS, fixes build error (958 bytes, patch)
2011-04-19 20:06 UTC, Randy Dunlap
Details | Diff

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

Note You need to log in before you can comment on or make changes to this bug.