On Sat, 2006-12-09 at 10:53 +0100, Toralf Förster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > CC fs/jfs/jfs_extent.o > CC fs/jfs/symlink.o > CC fs/jfs/jfs_metapage.o > CC fs/jfs/jfs_logmgr.o > CC fs/jfs/jfs_txnmgr.o > In file included from fs/jfs/jfs_txnmgr.c:49: > include/linux/freezer.h: In function `frozen': > include/linux/freezer.h:9: error: dereferencing pointer to incomplete type > include/linux/freezer.h:9: error: `PF_FROZEN' undeclared (first use in this > function) > include/linux/freezer.h:9: error: (Each undeclared identifier is reported > only once > include/linux/freezer.h:9: error: for each function it appears in.)
This is a known problem in the mainline kernel. This patch fixes it: http://thread.gmane.org/gmane.linux.kernel/473957/focus=474222 Andrew Morton wants the patch to build against several architectures before pushing it to mainline. Thanks for reporting it, Shaggy -- David Kleikamp IBM Linux Technology Center ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jfs-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jfs-discussion
