Commit ff70721a authored by David S. Miller's avatar David S. Miller

[AF_UNIX]: extern inline --> static inline

parent e11ab4f8
......@@ -169,7 +169,7 @@ static unix_socket *unix_peer_get(unix_socket *s)
return peer;
}
extern inline void unix_release_addr(struct unix_address *addr)
static inline void unix_release_addr(struct unix_address *addr)
{
if (atomic_dec_and_test(&addr->refcnt))
kfree(addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment