On Sat, Apr 13, 2013 at 08:36:06AM +0800, Wanpeng Li wrote: > Note that at this point there is no CONFIG_RAMSTER_DEBUG > option in the Kconfig. So in effect all of the counters > are nop until that option gets introduced in patch: > ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry This patch breaks the build again, so of course, I can't take it: drivers/built-in.o: In function `ramster_flnode_alloc.isra.5': ramster.c:(.text+0x1b6a6e): undefined reference to `ramster_flnodes_max' ramster.c:(.text+0x1b6a7e): undefined reference to `ramster_flnodes_max' drivers/built-in.o: In function `ramster_count_foreign_pages': (.text+0x1b7205): undefined reference to `ramster_foreign_pers_pages_max' drivers/built-in.o: In function `ramster_count_foreign_pages': (.text+0x1b7215): undefined reference to `ramster_foreign_pers_pages_max' drivers/built-in.o: In function `ramster_count_foreign_pages': (.text+0x1b7235): undefined reference to `ramster_foreign_eph_pages_max' drivers/built-in.o: In function `ramster_count_foreign_pages': (.text+0x1b7249): undefined reference to `ramster_foreign_eph_pages_max' drivers/built-in.o: In function `ramster_debugfs_init': (.init.text+0xd620): undefined reference to `ramster_foreign_eph_pages_max' drivers/built-in.o: In function `ramster_debugfs_init': (.init.text+0xd656): undefined reference to `ramster_foreign_pers_pages_max' I thought you fixed this :( -- 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>