]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/tipc/msg.c
tipc: cleanup function namespace
[net-next-2.6.git] / net / tipc / msg.c
index 381063817b41b393069c54945e092540610f047e..ecb532fb03512f69720f1c47c6ce9a03b0e7264f 100644 (file)
@@ -112,7 +112,7 @@ int tipc_msg_build(struct tipc_msg *hdr,
                return dsz;
        }
 
-       *buf = buf_acquire(sz);
+       *buf = tipc_buf_acquire(sz);
        if (!(*buf))
                return -ENOMEM;
        skb_copy_to_linear_data(*buf, hdr, hsz);