tipc: add tipc_ prefix to fcns targeted for un-inlining
[pandora-kernel.git] / net / tipc / name_table.c
index acab41a..8ba7962 100644 (file)
@@ -627,7 +627,7 @@ u32 tipc_nametbl_translate(u32 type, u32 instance, u32 *destnode)
        struct name_seq *seq;
        u32 ref;
 
-       if (!in_scope(*destnode, tipc_own_addr))
+       if (!tipc_in_scope(*destnode, tipc_own_addr))
                return 0;
 
        read_lock_bh(&tipc_nametbl_lock);