You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ipx: remove __inline__ in c file on static
Let compiler decide what to do with static void __ipxitf_put() Suggested-by: David S. Miller <davem@davemloft.net> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e0f36310f7
commit
b8901ac319
+1
-1
@@ -306,7 +306,7 @@ void ipxitf_down(struct ipx_interface *intrfc)
|
||||
spin_unlock_bh(&ipx_interfaces_lock);
|
||||
}
|
||||
|
||||
static __inline__ void __ipxitf_put(struct ipx_interface *intrfc)
|
||||
static void __ipxitf_put(struct ipx_interface *intrfc)
|
||||
{
|
||||
if (atomic_dec_and_test(&intrfc->refcnt))
|
||||
__ipxitf_down(intrfc);
|
||||
|
||||
Reference in New Issue
Block a user