On Tue, 20 Jan 2015, Axel Lin wrote: > Fix build error when CONFIG_DEBUG_FS && CONFIG_COMPACTION && !CONFIG_PROC_FS: > > CC mm/vmstat.o > mm/vmstat.c:1607:11: error: 'frag_start' undeclared here (not in a function) > mm/vmstat.c:1608:10: error: 'frag_next' undeclared here (not in a function) > mm/vmstat.c:1609:10: error: 'frag_stop' undeclared here (not in a function) > make[1]: *** [mm/vmstat.o] Error 1 > make: *** [mm] Error 2 > > Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx> Tested-by: David Rientjes <rientjes@xxxxxxxxxx> Fixes the build error that I saw with linux-next randconfig, but I'm not sure how sane a debugfs && !procfs config is. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>