On Fri, 20 Dec 2013 15:17:46 +0000, Filipe David Borba Manana wrote: [..patch..] I applied this to 3.12.6 and was rewarded with: *fs/btrfs/ctree.c: In function 'tree_mod_log_set_node_key': *fs/btrfs/ctree.c:924:2: error: implicit declaration of function '__tree_mod_log_insert_key' [-Werror=implicit-function-declaration] * ret = __tree_mod_log_insert_key(fs_info, eb, slot, * ^ *cc1: some warnings being treated as errors *scripts/Makefile.build:308: recipe for target 'fs/btrfs/ctree.o' failed Said function prototype is nowhere to be found, only the regular non- scoped function. Did you just miss this call? Changing the call to the remaining tree_mod_log_insert_key() looks like what was intended and compiles, but I wanted to check before I burn the house down. :) -h -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
